Removed old scripts

This commit is contained in:
Tyler Mayoff 2025-04-04 20:42:16 -04:00
parent 1e2a69e2d0
commit a8dc8aafae
3 changed files with 0 additions and 19 deletions

View file

@ -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

View file

@ -1,4 +0,0 @@
#!/bin/bash
restic snapshots | tail -3 | head -1 | awk '{print "Last backup: " $2 " " $3}'
restic check

View file

@ -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