@@ -5,7 +5,7 @@ point in time is called a "snapshot" in rustic. Run the following command and
5
5
enter the repository password you chose above again:
6
6
7
7
``` console
8
- $ rustic -r /srv/rustic-repo --verbose backup ~ /work
8
+ $ rustic -r /srv/rustic-repo --log-level debug backup ~ /work
9
9
open repository
10
10
enter password for repository:
11
11
password is correct
@@ -30,7 +30,7 @@ size of the files and directories in `~/work` on the local file system. It also
30
30
tells us that only 1.200 GiB was added to the repository. This means that some
31
31
of the data was duplicate and rustic was able to efficiently reduce it.
32
32
33
- If you don't pass the ` --verbose ` option, rustic will print less data. You'll
33
+ If you don't pass the ` --log-level ` option, rustic will print less data. You'll
34
34
still get a nice live status display. Be aware that the live status shows the
35
35
processed files and not the transferred data. Transferred volume might be lower
36
36
(due to de-duplication) or higher.
@@ -40,7 +40,7 @@ data, but this time it's even faster and no new data was added to the repository
40
40
(since all data is already there). This is de-duplication at work!
41
41
42
42
``` console
43
- $ rustic -r /srv/rustic-repo --verbose backup ~ /work
43
+ $ rustic -r /srv/rustic-repo --log-level debug backup ~ /work
44
44
open repository
45
45
enter password for repository:
46
46
password is correct
@@ -58,7 +58,7 @@ snapshot 79766175 saved
58
58
```
59
59
60
60
You can even backup individual files in the same repository (not passing
61
- ` --verbose ` means less output):
61
+ ` --log-level ` means less output):
62
62
63
63
``` console
64
64
$ rustic -r /srv/rustic-repo backup ~ /work.txt
0 commit comments