mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
8 lines
204 B
Desktop File
8 lines
204 B
Desktop File
[Unit]
|
|
Description=Nightly rsync backup of /opt/server to /mnt/kdrive
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/rsync -a --size-only --delete /opt/server/ /mnt/kdrive/serverBackup/
|