feat: hop script

This commit is contained in:
Didier Slof 2023-03-06 13:45:28 +01:00
parent 79c7765224
commit d5095e5f19
Signed by: didier
GPG key ID: 01E71F18AA4398E5

15
hop.sh Executable file
View file

@ -0,0 +1,15 @@
#!/bin/sh
# need to hop? this script copies the important stuff.
tar \
--exclude={node_modules,target,dist,cache} \
-cvf \
${TAR_FILE:-backup.tar} \
~/.ssh \
~/.config \
~/.mozilla \
~/Documents \
~/Pictures \
~/code \
~/environments