diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-15 09:27:35 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-04-15 09:27:35 +0200 |
| commit | 1b4e5640862e48fb24325a2cb3c833fedc3cc992 (patch) | |
| tree | 9a82f6d5e46142e421255665feba4e8254df94fa /.config/systemd/user | |
| parent | e4a6251097f6ac5258846d6eeb0defd21faf39a0 (diff) | |
| download | dotfiles-1b4e5640862e48fb24325a2cb3c833fedc3cc992.tar.gz dotfiles-1b4e5640862e48fb24325a2cb3c833fedc3cc992.zip | |
Remove old backup system
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.config/systemd/user')
| -rw-r--r-- | .config/systemd/user/do-backup.service | 6 | ||||
| -rw-r--r-- | .config/systemd/user/do-backup.timer | 9 |
2 files changed, 0 insertions, 15 deletions
diff --git a/.config/systemd/user/do-backup.service b/.config/systemd/user/do-backup.service deleted file mode 100644 index 6559f30..0000000 --- a/.config/systemd/user/do-backup.service +++ /dev/null @@ -1,6 +0,0 @@ -[Unit] -Description=Create a backup for the month - -[Service] -Type=oneshot -ExecStart=/bin/bash /home/mssola/bin/do-backup.sh
\ No newline at end of file diff --git a/.config/systemd/user/do-backup.timer b/.config/systemd/user/do-backup.timer deleted file mode 100644 index 2bd63e3..0000000 --- a/.config/systemd/user/do-backup.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Timer for my monthly backup - -[Timer] -OnCalendar=*-*-01 13:00:00 -Persistent=true - -[Install] -WantedBy=timers.target
\ No newline at end of file |
