22092024-1
This commit is contained in:
parent
9e03e300d2
commit
7405cb860a
1 changed files with 5 additions and 0 deletions
|
@ -4,7 +4,12 @@
|
|||
dirs="Backup/Sensitive"
|
||||
|
||||
# Run backup
|
||||
echo "tarsnap start"
|
||||
tarsnap -c \
|
||||
-f "sensetive-$(uname -n)-$(date +%Y-%m-%d_%H-%M-%S)" -C $HOME \
|
||||
${dirs} 2>&1
|
||||
echo "tarsnap finish"
|
||||
|
||||
echo "borg start"
|
||||
borgmatic create --config ~/.borgmatic/sensitive.yaml
|
||||
echo "borg finish"
|
||||
|
|
Loading…
Add table
Reference in a new issue