This commit is contained in:
fz0x1 2024-09-22 20:55:44 +02:00
parent b0a10e28ac
commit 9e03e300d2
3 changed files with 11 additions and 0 deletions

10
global/scripts/bin/sbackup Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env sh
# User variables
dirs="Backup/Sensitive"
# Run backup
tarsnap -c \
-f "sensetive-$(uname -n)-$(date +%Y-%m-%d_%H-%M-%S)" -C $HOME \
${dirs} 2>&1

View file

@ -0,0 +1 @@
../.dotfiles/global/scripts/vimwiki_diary_template