diff options
author | Matt Singleton <matt@xcolour.net> | 2024-04-12 16:06:30 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-04-12 16:06:30 -0500 |
commit | 4008fa4f12d6688c580a78980e4722899a84498c (patch) | |
tree | 8f200c8118fa7c87d5b270741f659cf6b4d818ae /stow/duplicity/.local/share | |
parent | f2dfde23f8157da1532a2b2e236af529fed47713 (diff) |
Update Makefile to manage fedora/sway-de config
Diffstat (limited to 'stow/duplicity/.local/share')
-rw-r--r-- | stow/duplicity/.local/share/systemd/user/backup.service | 7 | ||||
-rw-r--r-- | stow/duplicity/.local/share/systemd/user/backup.timer | 9 |
2 files changed, 0 insertions, 16 deletions
diff --git a/stow/duplicity/.local/share/systemd/user/backup.service b/stow/duplicity/.local/share/systemd/user/backup.service deleted file mode 100644 index c1adfde..0000000 --- a/stow/duplicity/.local/share/systemd/user/backup.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Backup with duplicity -After=network.target - -[Service] -Type=oneshot -ExecStart=bash ${HOME}/.local/bin/backup diff --git a/stow/duplicity/.local/share/systemd/user/backup.timer b/stow/duplicity/.local/share/systemd/user/backup.timer deleted file mode 100644 index b7815d6..0000000 --- a/stow/duplicity/.local/share/systemd/user/backup.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Run backup every four hours - -[Timer] -OnCalendar=*-*-* 0/4:15 -Persistent=true - -[Install] -WantedBy=timers.target |