Question #659626 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/659626

    Status: Open => Answered

edso proposed the following answer:
from the manpage http://duplicity.nongnu.org/duplicity.1.html

"
verify [--compare-data] [--time <time>] [--file-to-restore <rel_path>] <url> 
<local_path>

Restore backup contents temporarily file by file and compare against the local 
path’s contents. duplicity will exit with a non-zero error level if any files 
are different. On verbosity level info (4) or higher, a message for each file 
that has changed will be logged. 
The --file-to-restore option restricts verify to that file or folder. The 
--time option allows to select a backup to verify against. The --compare-data 
option enables data comparison (see below).
"

every verify essentially download the whole recent chgain and tries to
restore every file. that should account for theamount of incoming
traffic in your case. ..ede/duply.net

-- 
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.

_______________________________________________
Mailing list: https://launchpad.net/~duplicity-team
Post to     : duplicity-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~duplicity-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to