diff --git a/private_dot_local/bin/executable_,restic-backup.sh b/private_dot_local/bin/executable_,restic-backup.sh deleted file mode 100644 index d42429f..0000000 --- a/private_dot_local/bin/executable_,restic-backup.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -restic backup "$HOME" --exclude-file "$XDG_CONFIG_HOME"/restic/ignore --exclude-caches -restic unlock -restic forget --keep-daily 7 --keep-weekly 4 --prune diff --git a/private_dot_local/bin/executable_,restic-lastbackup.sh b/private_dot_local/bin/executable_,restic-lastbackup.sh deleted file mode 100644 index 5a8c8d2..0000000 --- a/private_dot_local/bin/executable_,restic-lastbackup.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -restic snapshots | tail -3 | head -1 | awk '{print "Last backup: " $2 " " $3}' -restic check diff --git a/private_dot_local/bin/executable_,yupdate.fish b/private_dot_local/bin/executable_,yupdate.fish deleted file mode 100644 index 650f23f..0000000 --- a/private_dot_local/bin/executable_,yupdate.fish +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env fish - -yadm pull - -pushd $HOME/.local/share/yadm/repo.git -git-forgit add -yadm commit -popd - -yadm push