From 30339af32bc6b9e8cf31ed856f4d4f389c8ac044 Mon Sep 17 00:00:00 2001 From: ettoetto Date: Tue, 30 Mar 2021 15:11:44 +0200 Subject: corrected typo :-) (#233) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036c894..059509b 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3