corrected typo :-) (#233)

This commit is contained in:
ettoetto
2021-03-30 15:11:44 +02:00
committed by GitHub
parent 6374c32a95
commit 30339af32b
+1 -1
View File
@@ -91,7 +91,7 @@ The script is designed so that only one backup operation can be active for a giv
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
--one-file-system --archive --no-perms --no-group --itemize-changes" /src /dest
## No automatic backup expiration