我正在尝试在新机器中恢复完整备份,但似乎不起作用。
我安装了 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
知道“未找到备份链”是什么意思吗?
谢谢!
答案1
如果有人遇到与我相同的问题,我可以使用重复备份非常好用!