1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 17:27:31 +00:00

Use --one-file-system instead of --do-not-cross-mountpoints in docs.

Related to #296 in which support for `--do-not-cross-mountpoints` has
been deprecated.
This commit is contained in:
Robin Schneider 2016-01-31 11:51:59 +01:00
parent 57b0ab7475
commit a7ed461394
No known key found for this signature in database
GPG key ID: 489A4D5EC353C98A

View file

@ -251,7 +251,7 @@ Examples
# Backup the root filesystem into an archive named "root-YYYY-MM-DD" # Backup the root filesystem into an archive named "root-YYYY-MM-DD"
# use zlib compression (good, but slow) - default is no compression # use zlib compression (good, but slow) - default is no compression
NAME="root-`date +%Y-%m-%d`" NAME="root-`date +%Y-%m-%d`"
$ borg create -C zlib,6 /mnt/backup::$NAME / --do-not-cross-mountpoints $ borg create -C zlib,6 /mnt/backup::$NAME / --one-file-system
# Make a big effort in fine granular deduplication (big chunk management # Make a big effort in fine granular deduplication (big chunk management
# overhead, needs a lot of RAM and disk space, see formula in internals # overhead, needs a lot of RAM and disk space, see formula in internals
@ -381,7 +381,7 @@ Examples
Hostname: myhostname Hostname: myhostname
Username: root Username: root
Time: Fri Aug 2 15:18:17 2013 Time: Fri Aug 2 15:18:17 2013
Command line: /usr/bin/borg create --stats -C zlib,6 /mnt/backup::root-2013-08-02 / --do-not-cross-mountpoints Command line: /usr/bin/borg create --stats -C zlib,6 /mnt/backup::root-2013-08-02 / --one-file-system
Number of files: 147429 Number of files: 147429
Original size: 5344169493 (4.98 GB) Original size: 5344169493 (4.98 GB)
Compressed size: 1748189642 (1.63 GB) Compressed size: 1748189642 (1.63 GB)