답변:
Duplicity에는 다음과 같은 옵션이 있습니다
duplicity collection-status
duplicity list-current-files
예를 들어, 사용 가능한 백업 세트를 알 수 있습니다.
duplicity collection-status /location/of/your/backups
그런 다음 5 개월 전 백업 세트의 파일을 나열하십시오.
duplicity list-current-files -t 5M /location/of/your/backups | less
마지막으로 다음을 사용하여 복원 할 수 있습니다.
duplicity -t 5M --file-to-restore "path/to/My Documents" /location/of/your/backups /home/user/where_to_restore
오래 전에 질문을 받았더라도 이것이 도움이되기를 바랍니다 ...
https://wiki.gnome.org/Apps/DejaDup/Help/Restore/WorstCase를 참조 하십시오. 수동으로 복원 아래의 지시 사항을 따르십시오.하지만 tar xf 대신 tar tvf를 사용하면 압축 파일을 추출하는 대신 아카이브 내용을 나열합니다