mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
Fixed syntax issue
This commit is contained in:
parent
6035220dd8
commit
422aa9545c
@ -290,14 +290,14 @@ files=(
|
||||
)
|
||||
|
||||
for file in "\${files[@]}"; do
|
||||
rsync \
|
||||
-axRS \
|
||||
--backup \
|
||||
--backup-dir \
|
||||
"\$mount_point/Versioning" \
|
||||
--delete \
|
||||
--suffix="\$(date +".%F-%H%M%S")" \
|
||||
"\$file" \
|
||||
rsync \\
|
||||
-axRS \\
|
||||
--backup \\
|
||||
--backup-dir \\
|
||||
"\$mount_point/Versioning" \\
|
||||
--delete \\
|
||||
--suffix="\$(date +".%F-%H%M%S")" \\
|
||||
"\$file" \\
|
||||
"\$mount_point"
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user