This commit is contained in:
Tyler Starr 2023-03-26 17:43:00 -07:00
parent 7da3674697
commit 9ce1165b79
4 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
#!/bin/bash
#
echo "Creating backup with borg..."
datetime=$(date +"%Y%m%d%H%M%S")
borg create \
--progress \
--exclude "$HOME/.?*" \
--exclude "$HOME/mnt" \
"$HOME/mnt/engi/backup/borg-kestrel::kestrel-${datetime}" "$HOME"

@ -1 +1 @@
Subproject commit 86e36569ec416a413abeab952698c1848217e0b1
Subproject commit d1d9286c7244e6eda23ac3ec59c1ca8ccc2f1a00

BIN
provision/local/patch.rom Normal file

Binary file not shown.