diff options
| author | Laurent Cozic <laurent22@users.noreply.github.com> | 2019-09-06 15:29:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-06 15:29:31 +0100 |
| commit | e2b4148855c0a5a6e23e0c9bd178932e6a758428 (patch) | |
| tree | 75635361105ca1774c1552554680db5953ec70f1 | |
| parent | 1b4319b827b697f25ca70abf82d39a0ebfd98bed (diff) | |
Removed comment from --rsync-get-flags option
| -rwxr-xr-x | rsync_tmbackup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 9900282..6fbf8f2 100755 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -38,7 +38,8 @@ fn_display_usage() { echo " -p, --port SSH port." echo " -h, --help Display this help message." echo " -i, --id_rsa Specify the private ssh key to use." - echo " --rsync-get-flags Display the default rsync flags that are used for backup." + echo " --rsync-get-flags Display the default rsync flags that are used for backup. If using remote" + echo " drive over SSH, --compress will be added." echo " --rsync-set-flags Set the rsync flags that are going to be used for backup." echo " --rsync-append-flags Append the rsync flags that are going to be used for backup." echo " --log-dir Set the log file directory. If this flag is set, generated files will" @@ -246,7 +247,6 @@ while :; do --rsync-get-flags) shift echo $RSYNC_FLAGS - echo "if using remote drive over SSH, --compress will be added" exit ;; --rsync-set-flags) |
