aboutsummaryrefslogtreecommitdiff
path: root/sync
diff options
context:
space:
mode:
authorMarvin Borner2020-05-30 13:40:36 +0200
committerMarvin Borner2020-05-30 13:40:36 +0200
commitfd7cd8ecce2f5cfa7530e3954c2a6669ec282a67 (patch)
tree0e2de633412b8fd15a93a3e508e99ea93f045977 /sync
parentc9771d2df11de97597f117ac867393e359c78e6f (diff)
Added .crypto/ backup (only for personal usage!)
Diffstat (limited to 'sync')
-rwxr-xr-xsync1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync b/sync
index 80c0edd..899a0a6 100755
--- a/sync
+++ b/sync
@@ -5,3 +5,4 @@ git pull || exit 1
sudo pacman -Sy
comm -23 <(sort packages.txt) <(pacman -Qqe | sort) | yay -S --needed -
for d in ./.repos/*/ ; do (cd "$d" && sudo make install); done || exit 1
+scp -r root@10.0.0.33:/mnt/ssd/.crypto "$HOME"/