22092024
This commit is contained in:
parent
b0a10e28ac
commit
9e03e300d2
3 changed files with 11 additions and 0 deletions
10
global/scripts/bin/sbackup
Executable file
10
global/scripts/bin/sbackup
Executable 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
|
||||||
|
|
1
global/scripts/bin/vimwiki_diary_template
Symbolic link
1
global/scripts/bin/vimwiki_diary_template
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../.dotfiles/global/scripts/vimwiki_diary_template
|
Binary file not shown.
Loading…
Add table
Reference in a new issue