clean up borg backup notes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[Unit]
|
||||
Description=Runs backup script for {{ repo_name }}
|
||||
Description=Runs the Borg backup script at /usr/local/script/borg-backup.sh
|
||||
After=network.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Restart=no
|
||||
Type=oneshot
|
||||
ExecStart=/usr/local/script/backup-{{ repo_name }}.sh
|
||||
ExecStart=/usr/local/script/borg-backup.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user