From d5095e5f19bb9e98191911481e8f2982e267bf0a Mon Sep 17 00:00:00 2001 From: Didier Date: Mon, 6 Mar 2023 13:45:28 +0100 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