Improve intelligibility

This commit is contained in:
Sun Knudsen 2021-04-01 09:13:10 -04:00
parent 134dcc78e1
commit ddee667ecf
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -218,7 +218,15 @@ files=(
)
for file in "\${files[@]}"; do
rsync -axRS --delete --backup --backup-dir "\$mount_point/Versioning" --suffix="\$(date +".%F-%H%M%S")" "\$file" "\$mount_point"
rsync \
-axRS \
--backup \
--backup-dir \
"\$mount_point/Versioning" \
--delete \
--suffix="\$(date +".%F-%H%M%S")" \
"\$file" \
"\$mount_point"
done
if [ "\$(find "\$mount_point/Versioning" -type f -ctime +90)" != "" ]; then