Modified backup-files to not rely on a script.
This commit is contained in:
parent
0563edc0cc
commit
15da53d540
12
backup-files-rsync.service
Normal file
12
backup-files-rsync.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Backup Files
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Environment=SOURCE=/path/to/source
|
||||||
|
Environment=DESTINATION=user@host:/path/to/destination
|
||||||
|
Environment=EXCLUDES="--exclude path1 --exclude path2"
|
||||||
|
Type=simple
|
||||||
|
Nice=19
|
||||||
|
IOSchedulingClass=2
|
||||||
|
IOSchedulingPriority=7
|
||||||
|
ExecStart=/bin/sh -c '/usr/bin/rsync -HAax ${EXCLUDES} "${SOURCE}/" "${DESTINATION}/"'
|
10
backup-files-rsync.timer
Normal file
10
backup-files-rsync.timer
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Backup Files
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=04:15:00
|
||||||
|
AccuracySec=300s
|
||||||
|
Persistent=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Loading…
x
Reference in New Issue
Block a user