Remove unused backup service on laptop
parent
6328a92227
commit
c59aa04e30
|
@ -1,7 +0,0 @@
|
|||
[Unit]
|
||||
Description=Backup OVH
|
||||
OnFailure=notify-backup-failure.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/home/.config/backup/rsync/rsync_snapshot.sh 51.75.250.228
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Backup OVH weekly
|
||||
|
||||
[Timer]
|
||||
OnCalendar=weekly
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
|
@ -1,6 +0,0 @@
|
|||
[Unit]
|
||||
Description=Send mail on backup failure
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/bash -c '{ echo -e "Subject: Backup failed\n\nMachine info :\n" ; hostnamectl ; echo -e "\n\nLogs:\n\n" ; journalctl -n 20 -u backup.service; } | sendmail -F "Quentin Duchemin" -f "desktop@chosty.fr" quentin.duchemin@hds.utc.fr'
|
|
@ -0,0 +1 @@
|
|||
/home/chosty/.config/systemd/notify-backup-failure.service.desk
|
Loading…
Reference in New Issue