Modified backup-files to not rely on a script.

This commit is contained in:
BrainwreckedTech 2019-09-14 09:20:11 -04:00
parent 0563edc0cc
commit 15da53d540
2 changed files with 22 additions and 0 deletions

View 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
View File

@ -0,0 +1,10 @@
[Unit]
Description=Backup Files
[Timer]
OnCalendar=04:15:00
AccuracySec=300s
Persistent=true
[Install]
WantedBy=timers.target