Skip to content

Commit 0de579d

Browse files
authored
--log-level replaces --verbose in rustic (#81)
Closes #80
1 parent 979fc43 commit 0de579d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/commands/backup/creating_snapshots.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ point in time is called a "snapshot" in rustic. Run the following command and
55
enter the repository password you chose above again:
66

77
```console
8-
$ rustic -r /srv/rustic-repo --verbose backup ~/work
8+
$ rustic -r /srv/rustic-repo --log-level debug backup ~/work
99
open repository
1010
enter password for repository:
1111
password is correct
@@ -30,7 +30,7 @@ size of the files and directories in `~/work` on the local file system. It also
3030
tells us that only 1.200 GiB was added to the repository. This means that some
3131
of the data was duplicate and rustic was able to efficiently reduce it.
3232

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
3434
still get a nice live status display. Be aware that the live status shows the
3535
processed files and not the transferred data. Transferred volume might be lower
3636
(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
4040
(since all data is already there). This is de-duplication at work!
4141

4242
```console
43-
$ rustic -r /srv/rustic-repo --verbose backup ~/work
43+
$ rustic -r /srv/rustic-repo --log-level debug backup ~/work
4444
open repository
4545
enter password for repository:
4646
password is correct
@@ -58,7 +58,7 @@ snapshot 79766175 saved
5858
```
5959

6060
You can even backup individual files in the same repository (not passing
61-
`--verbose` means less output):
61+
`--log-level` means less output):
6262

6363
```console
6464
$ rustic -r /srv/rustic-repo backup ~/work.txt

0 commit comments

Comments
 (0)