mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 09:13:56 +00:00
Improve intelligibility
This commit is contained in:
parent
134dcc78e1
commit
ddee667ecf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user