Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用duplicity作为我的 macbook air 的第二个并且主要作为远程备份。我想将备份设置为定期 cronjob。我经常出差,所以我根本无法确保快速甚至互联网连接到我的远程备份空间。
有没有人知道如何创建定期备份并仅在检测到互联网连接时才上传它们,并且具有重复性?
与 Dropbox 一起尝试 duplicity。因此,您将数据复制到本地 Dropbox 目录。当您有互联网连接时,保管箱客户端将同步您的备份
我做了一个 cronjobbed 重复设置,目标是 iCloud 的本地副本,一旦有连接,增量就会自动上传。