From 6602908242a416d57ce00807f1b04bab393aa573 Mon Sep 17 00:00:00 2001 From: Maximilian Wolf <69987866+MaxWolf-01@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:10:44 +0100 Subject: [PATCH] add anacrontab command template --- setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup b/setup index 5f486cb..e90ee3a 100755 --- a/setup +++ b/setup @@ -137,6 +137,8 @@ get_restic() { # backup tool sudo apt-get install -y restic sudo restic self-update + echo "restic installed and updated" + echo "to schedule backup:\nsudo -e /etc/anacrontab\n7 7 $HOME/.dotfiles/bin/restic_backup $HOME/backup/restic_repos/ $HOME/.dotfiles/secrets/restic_password/" } ### functions below this line are not included in `all` and should be run manually / if needed