Using verify to check backups with complex include/exclude lists

Asked by Aaron Whitehouse

I have quite a complex set of scripts backing up my HTPC/server to an external HDD with public key encryption (using different keys for signing and encrypting). When you strip out all the extras, I'm pretty sure it boils down to (I don't have it in front of me):
duplicity --include-globbing-filelist=include.txt --exclude-globbing-filelist=exclude.txt / sftp://[…]

Am I safe verifying the backup by simply running:
duplicity verify sftp://[…] /
?

Will this:
1. check each file included in the remote archive; and
2. NOT endanger the local copy of any of my files?

Or do I need to craft an equally-complex line for verify?

Thanks a lot!

Question information

Language:
English Edit question
Status:
Expired
For:
Duplicity Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
edso (ed.so) said :
#2

Verify only verifies the content of your backup. So, yes you are safe with your assumptions.

Also understand that veriy verifies your backup but not compares it to the actual data. This means: it restores a temporary copy of each file and compares this to a hash taken at backup time.

.. ede/duply.net

Revision history for this message
edso (ed.so) said :
#3

reopen

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.