diff --git a/.config/systemd/backup.service.laptop b/.config/systemd/backup.service.laptop deleted file mode 100644 index 3826629..0000000 --- a/.config/systemd/backup.service.laptop +++ /dev/null @@ -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 diff --git a/.config/systemd/backup.timer.laptop b/.config/systemd/backup.timer.laptop deleted file mode 100644 index 16f90f7..0000000 --- a/.config/systemd/backup.timer.laptop +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Backup OVH weekly - -[Timer] -OnCalendar=weekly -Persistent=true - -[Install] -WantedBy=timers.target diff --git a/.config/systemd/notify-backup-failure.service b/.config/systemd/notify-backup-failure.service deleted file mode 100644 index 8ae6bf9..0000000 --- a/.config/systemd/notify-backup-failure.service +++ /dev/null @@ -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' diff --git a/.config/systemd/notify-backup-failure.service b/.config/systemd/notify-backup-failure.service new file mode 120000 index 0000000..e922b8c --- /dev/null +++ b/.config/systemd/notify-backup-failure.service @@ -0,0 +1 @@ +/home/chosty/.config/systemd/notify-backup-failure.service.desk \ No newline at end of file