mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
optimize rsync backup
This commit is contained in:
@@ -4,4 +4,4 @@ After=local-fs.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/rsync -a --delete /opt/server/ /mnt/kdrive/serverBackup/
|
ExecStart=/usr/bin/rsync -a --size-only --delete /opt/server/ /mnt/kdrive/serverBackup/
|
||||||
|
|||||||
Reference in New Issue
Block a user