mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
Adapt changelog
This commit is contained in:
parent
4126435663
commit
780e11b7e2
@ -8,3 +8,5 @@ without committing changes to the repository.
|
||||
|
||||
https://github.com/restic/restic/issues/1542
|
||||
https://github.com/restic/restic/pull/2308
|
||||
https://github.com/restic/restic/pull/3210
|
||||
https://github.com/restic/restic/pull/3300
|
||||
|
@ -193,13 +193,13 @@ Dry Runs
|
||||
You can perform a backup in dry run mode to see what would happen without
|
||||
modifying the repo.
|
||||
|
||||
- ``--dry-run``/``-n`` do not write anything, just print what would be done
|
||||
- ``--dry-run``/``-n`` Report what would be done, without writing to the repository
|
||||
|
||||
Combined with ``--verbose``, you can see a list of changes:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ restic -r /srv/restic-repo backup ~/work --dry-run -vv | grep "added)$"
|
||||
$ restic -r /srv/restic-repo backup ~/work --dry-run -vv | grep "added"
|
||||
modified /plan.txt, saved in 0.000s (9.110 KiB added)
|
||||
modified /archive.tar.gz, saved in 0.140s (25.542 MiB added)
|
||||
Would be added to the repo: 25.551 MiB
|
||||
|
Loading…
Reference in New Issue
Block a user