duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #04577
Re: [Question #659626]: S3 data transfer out - getObject requests
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.