Update README.md

Fixed tabs
This commit is contained in:
Laurent Cozic
2017-04-25 16:10:48 +01:00
committed by GitHub
parent 1d8592c39a
commit b2e5582ade
+2 -1
View File
@@ -44,7 +44,8 @@ An optional exclude file can be provided as a third parameter. It should be comp
To display the rsync options that are used for backup, run `./rsync_tmbackup.sh --rsync-get-flags`. It is also possible to add or remove options using the `--rsync-set-flags` option. For example, to exclude backing up permissions and groups: To display the rsync options that are used for backup, run `./rsync_tmbackup.sh --rsync-get-flags`. It is also possible to add or remove options using the `--rsync-set-flags` option. For example, to exclude backing up permissions and groups:
rsync_tmbackup --rsync-set-flags "--numeric-ids --links --hard-links --one-file-system --archive --no-perms --no-groups --itemize-changes" /src /dest rsync_tmbackup --rsync-set-flags "--numeric-ids --links --hard-links \
--one-file-system --archive --no-perms --no-groups --itemize-changes" /src /dest
# Features # Features