简体   繁体   English

访问Azure自动备份

[英]Access Azure automated backups

I need to know where the Azure SQL db automated backups gets created. 我需要知道在哪里创建Azure SQL数据库自动备份。 Are these accessible via Powershell or something? 这些可以通过Powershell或其他方式访问吗? I see that they are accessible while restoring the db. 我看到它们在还原数据库时可以访问。

Also I read that full backups are done weekly while differential backups are created daily. 我还阅读到,完整备份每周执行一次,而差异备份每天创建一次。 How do we distinguish between both? 我们如何区分两者? Couldn't find this info anywhere. 在任何地方都找不到此信息。 Thanks. 谢谢。

The backups created by SQL Azure are stored internally and this is not directly exposed to you (as you might expect in a SQL Server world where you control the backup command being run yourself). 由SQL Azure创建的备份存储在内部,并且不会直接暴露给您(正如您期望的那样,在SQL Server世界中您可以控制自己运行的备份命令)。 The process of restoring has been abstracted from you - instead, there is a restore interface and you just tell it from which point in time you would like to restore. 还原过程已从您那里抽象出来-而是有一个还原界面,您只需告诉它要从哪个时间点还原即可。 SQL Azure does all the work to go through from the most recent full backup and re-apply changes to get to the point you requested. 从最新的完整备份到重新申请更改,SQL Azure会完成所有工作,直到达到您要求的程度。

We may adjust how we do backups in the service over time (either to provide different/better SLAs or to handle larger databases, for example). 我们可能会随着时间的推移调整服务备份的方式(例如,提供不同的/更好的SLA或处理更大的数据库)。 The point-in-time interface makes it so that this becomes our problem in running the service, not your problem. 时间点接口使之成为我们运行服务时遇到的问题,而不是您的问题。

Hope that helps, 希望能有所帮助,
Conor Cunningham 科纳·坎宁安
Architect, SQL SQL架构师

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM