mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
Removed old scripts
This commit is contained in:
parent
1e2a69e2d0
commit
a8dc8aafae
3 changed files with 0 additions and 19 deletions
|
|
@ -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
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
restic snapshots | tail -3 | head -1 | awk '{print "Last backup: " $2 " " $3}'
|
|
||||||
restic check
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue