From a9180bdaf9dd580f7c1dc7890d17072e6c560c4d Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:38:08 +0200 Subject: [PATCH] feat: hop script --- hop.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 hop.sh diff --git a/hop.sh b/hop.sh new file mode 100755 index 0000000..06a1d1b --- /dev/null +++ b/hop.sh @@ -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