Commit 2e75be5a28f555124b7016feccd38e66c4a39abd

Thomas de Grivel 2024-06-19T12:27:58

backup_home: add default backup paths

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/bin/backup_home b/bin/backup_home
index e56c8b0..93a9dbe 100755
--- a/bin/backup_home
+++ b/bin/backup_home
@@ -13,7 +13,7 @@ HOSTS="$HOSTS oaa os vuchil vulon vusea vusing"
 
 PATHS="$@"
 if [ "x$PATHS" = "x" ]; then
-    PATHS="Documents c/thodg common-lisp/thodg config erlang/thodg kmx.io ports ruby/thodg txt/thodg"
+    PATHS="Documents c/thodg common-lisp/thodg config erlang/thodg kmx.io mathematics patrice ports ruby/thodg txt/thodg"
 fi
 
 run () {