13 lines
274 B
SYSTEMD
13 lines
274 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run snap-sync backup
|
||
|
Requires=run-media-usbdrive.mount
|
||
|
After=run-media-usbdrive.mount
|
||
|
|
||
|
[Service]
|
||
|
Environment=TZ=UTC
|
||
|
Type=oneshot
|
||
|
ExecStart=/run/media/manuel/T7/snapshots/scripts/backup-snap-sync-incremental.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=run-media-usbdrive.mount
|