You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn_mesg=("**WARNING: rsync version $rsync_version on backup host is less than 3.2.5. For more details, please read documentation at https://github.com/github/backup-utils/blob/master/docs/requirements.md#april-2023-update-of-rsync-requirements"
218
-
"If you feel this warning doesn't apply anymore, you can disable it by updating RSYNC_WARNING to 'no' in your backup.config file.")
219
-
printf"%s\n""${warn_mesg[@]}"1>&2
217
+
echo<<WARN_MSG
218
+
**WARNING:** rsync version $rsync_version on backup host is less than 3.2.5, which could result in performance degradation.
219
+
220
+
For more details, please read documentation at https://github.com/github/backup-utils/blob/master/docs/requirements.md#april-2023-update-of-rsync-requirements"
221
+
222
+
You can disable this warning by changing RSYNC_WARNING to 'no' in your backup.config file.
0 commit comments