From a8d96f11243377b51c388b060f3bee9ec4cac927 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 9 Dec 2017 03:03:33 +0100 Subject: [PATCH] docs: fix examples with problematic option placements, fixes #3356 --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 3877f27c7..64fc3f961 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -431,7 +431,7 @@ Examples # Backup the root filesystem into an archive named "root-YYYY-MM-DD" # use zlib compression (good, but slow) - default is no compression - $ borg create -C zlib,6 /path/to/repo::root-{now:%Y-%m-%d} / --one-file-system + $ borg create -C zlib,6 --one-file-system /path/to/repo::root-{now:%Y-%m-%d} / # Make a big effort in fine granular deduplication (big chunk management # overhead, needs a lot of RAM and disk space, see formula in internals