1
0
mirror of https://github.com/restic/restic.git synced 2024-06-24 07:46:38 +02:00

Clarify live status display

When I backup one of my filesystems which has a lot of Hard Links (Backup directory of burp) the live status shows me 4.5 TB but it only takes up 1.2 TB of space in the repository. This is confusing because my repo is on S3 and I feared a huge Bill. This change should clarify this.
This commit is contained in:
Clemens Bergmann 2018-06-15 12:41:48 +02:00 committed by GitHub
parent 393a7266c9
commit ff785924de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,7 @@ As you can see, restic created a backup of the directory and was pretty
fast! The specific snapshot just created is identified by a sequence of fast! The specific snapshot just created is identified by a sequence of
hexadecimal characters, ``40dc1520`` in this case. hexadecimal characters, ``40dc1520`` in this case.
If you don't pass the ``--verbose`` option, restic will print less data (but If you don't pass the ``--verbose`` option, restic will print less data. You'll still get a nice live status display. Be aware that the live status shows the processed files and not the transferred data. Transferred volume might be lower (due to deduplication) or higher.
you'll still get a nice live status display).
If you run the command again, restic will create another snapshot of If you run the command again, restic will create another snapshot of
your data, but this time it's even faster. This is de-duplication at your data, but this time it's even faster. This is de-duplication at