バックアップドライブが接続されていないため、多くduplicity
のキャッシュsigtar
とmanifest
ファイルが削除されたときにこれを実行しました。
Synchronizing remote metadata to local cache...
Deleting local /Users/justin/.cache/duplicity/a7190bc7f0d9f083cbc7e03931a8c95f/duplicity-full-signatures.20160608T054248Z.sigtar.gz (not authoritative at backend).
Deleting local /Users/justin/.cache/duplicity/a7190bc7f0d9f083cbc7e03931a8c95f/duplicity-full.20160608T054248Z.manifest (not authoritative at backend).
Deleting local /Users/justin/.cache/duplicity/a7190bc7f0d9f083cbc7e03931a8c95f/duplicity-inc.20160608T054248Z.to.20160610T041839Z.manifest (not authoritative at backend).
Deleting local /Users/justin/.cache/duplicity/a7190bc7f0d9f083cbc7e03931a8c95f/duplicity-inc.20160610T041839Z.to.20160616T043456Z.manifest (not authoritative at backend).
Duplicityを実行すると、既存の増分バックアップを見つけるのではなくフルバックアップを実行したいと思います。
実行を実行すると、duplicity collection-status file:///Volumes/DuplicityBackup/
私のバックアップチェーンが「セカンダリバックアップチェーン」になり、空の「デフォルトバックアップチェーン」があることが表示されます。
$ duplicity collection-status file:///Volumes/DuplicityBackup/
Synchronizing remote metadata to local cache...
Last full backup date: Thu Jul 28 22:17:39 2016
Collection Status
-----------------
Connecting with backend: LocalBackend
Archive dir: /Users/justin/.cache/duplicity/a7190bc7f0d9f083cbc7e03931a8c95f
Found 1 secondary backup chain.
Secondary chain 1 of 1:
-------------------------
Chain start time: Tue Jun 7 22:42:48 2016
Chain end time: Wed Jul 27 07:19:47 2016
Number of contained backup sets: 23
Total number of contained volumes: 2329
Type of backup set: Time: Num volumes:
Full Tue Jun 7 22:42:48 2016 2219
Incremental Thu Jun 9 21:18:39 2016 20
Incremental Wed Jun 15 21:34:56 2016 6
Incremental Fri Jun 17 07:29:49 2016 1
...
-------------------------
Found primary backup chain with matching signature chain:
-------------------------
Chain start time: Thu Jul 28 22:17:39 2016
Chain end time: Thu Jul 28 22:17:39 2016
Number of contained backup sets: 1
Total number of contained volumes: 0
Type of backup set: Time: Num volumes:
-------------------------
No orphaned or incomplete backup sets found.
この問題をどのように解決できますか?(つまり、空の「プライマリバックアップチェーン」を削除し、「セカンダリバックアップチェーン」を使用することです。)
答え1
私は数週間前にこの問題に遭遇し、二重性キャッシュを消去し、バックエンドからすべての新しいメインチェーンファイルを手動で削除することができました。