duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #02441
Re: [Question #219277]: I don't fully understand the format of log-file. And how about add JSON-formatted log files?
Question #219277 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/219277
evilmonkey proposed the following answer:
So, figuring out the log lines this is what I've come up with (at least
for the "NOTICE 16" lines which seem to correlate with your progress
(may need the --progress flag)
| log level and type | total transferred (b) | duration (s) | %
complete | ETA (s) | transfer rate (b/s) | Num Errors |
so, this log line:
NOTICE 16 3109632428 2435 9 22515 1297117 0
means:
2.9GB of data has been sent in 00:40:35 and you are currently at 9%. It will take approximately 6h 15m to complete at the current rate of 1.2MB/s. No errors have been recorded.
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.