Backup
使用 dupy 從 Amazon S3 還原 - 在新機器上重複
我正在嘗試在新機器上恢復完整備份,但似乎無法正常工作。
我安裝了我的 pgp 和密鑰。我也從 duply 複製了我的項目,但是當我執行時
duply test restore /tmp/test/
我明白了:
--- Start running command RESTORE at 20:04:19.396 --- Local and Remote metadata are synchronized, no sync needed. Warning, found incomplete backup sets, probably left from aborted session Last full backup date: none Traceback (most recent call last): File "/usr/bin/duplicity", line 1502, in <module> with_tempdir(main) File "/usr/bin/duplicity", line 1496, in with_tempdir fn() File "/usr/bin/duplicity", line 1345, in main do_backup(action) File "/usr/bin/duplicity", line 1430, in do_backup restore(col_stats) File "/usr/bin/duplicity", line 693, in restore restore_get_patched_rop_iter(col_stats)): File "/usr/bin/duplicity", line 715, in restore_get_patched_rop_iter backup_chain = col_stats.get_backup_chain_at_time(time) File "/usr/lib64/python2.7/site-packages/duplicity/collections.py", line 952, in get_backup_chain_at_time raise CollectionsError("No backup chains found") CollectionsError: No backup chains found
知道找不到備份chainfs是什麼意思嗎?
謝謝!
如果有人和我有同樣的問題,我用duplicity-backup解決了,很好用而且很容易使用!