mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 09:13: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
|
for file in "\${files[@]}"; do
|
||||||
rsync \
|
rsync \\
|
||||||
-axRS \
|
-axRS \\
|
||||||
--backup \
|
--backup \\
|
||||||
--backup-dir \
|
--backup-dir \\
|
||||||
"\$mount_point/Versioning" \
|
"\$mount_point/Versioning" \\
|
||||||
--delete \
|
--delete \\
|
||||||
--suffix="\$(date +".%F-%H%M%S")" \
|
--suffix="\$(date +".%F-%H%M%S")" \\
|
||||||
"\$file" \
|
"\$file" \\
|
||||||
"\$mount_point"
|
"\$mount_point"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user