From a8dc8aafae31d148074456eb1f3544aa1d56924e Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Fri, 4 Apr 2025 20:42:16 -0400 Subject: [PATCH] Removed old scripts --- private_dot_local/bin/executable_,restic-backup.sh | 5 ----- private_dot_local/bin/executable_,restic-lastbackup.sh | 4 ---- private_dot_local/bin/executable_,yupdate.fish | 10 ---------- 3 files changed, 19 deletions(-) delete mode 100644 private_dot_local/bin/executable_,restic-backup.sh delete mode 100644 private_dot_local/bin/executable_,restic-lastbackup.sh delete mode 100644 private_dot_local/bin/executable_,yupdate.fish 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