From 780e11b7e2aa83da3cc4f701d87d1473d4383098 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Tue, 23 Feb 2021 20:10:08 +0100 Subject: [PATCH] Adapt changelog --- changelog/unreleased/issue-1542 | 2 ++ doc/040_backup.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/issue-1542 b/changelog/unreleased/issue-1542 index 963e8ccb0..31807ed73 100644 --- a/changelog/unreleased/issue-1542 +++ b/changelog/unreleased/issue-1542 @@ -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 diff --git a/doc/040_backup.rst b/doc/040_backup.rst index 086bb4e91..850952f07 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -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