diff options
| author | ettoetto <ett@mail.de> | 2021-03-30 15:11:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 14:11:44 +0100 |
| commit | 30339af32bc6b9e8cf31ed856f4d4f389c8ac044 (patch) | |
| tree | 884f25f21386e97f3d8e9723ebd0b46988d0d653 /README.md | |
| parent | 6374c32a957fb176469285b8c7036070cbb9b174 (diff) | |
corrected typo :-) (#233)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
