From f2dfde23f8157da1532a2b2e236af529fed47713 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Thu, 11 Apr 2024 16:21:15 -0500 Subject: replace janky deploy script with stow and make re-orgs all the console oriented dotfiles to be stowable makefile to deploy everything move from vimplug to native vim packages cleanup script for blowing away old symlinks --- stow/duplicity/.local/share/systemd/user/backup.timer | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 stow/duplicity/.local/share/systemd/user/backup.timer (limited to 'stow/duplicity/.local/share/systemd/user/backup.timer') diff --git a/stow/duplicity/.local/share/systemd/user/backup.timer b/stow/duplicity/.local/share/systemd/user/backup.timer new file mode 100644 index 0000000..b7815d6 --- /dev/null +++ b/stow/duplicity/.local/share/systemd/user/backup.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Run backup every four hours + +[Timer] +OnCalendar=*-*-* 0/4:15 +Persistent=true + +[Install] +WantedBy=timers.target -- cgit v1.2.3