diff options
-rwxr-xr-x | scripts/backup.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/backup.sh b/scripts/backup.sh index ce186d8..b88e300 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -43,7 +43,6 @@ green "Done" # yellow "Backing up git repos" - pushd ~/ mr master @@ -54,4 +53,11 @@ mr -j4 rsyncnet popd +yellow "Syncing annex" +pushd ~/annex/ + +git annex sync + +popd + green "Done" |