diff options
Diffstat (limited to 'scripts/backup.sh')
-rwxr-xr-x | scripts/backup.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/backup.sh b/scripts/backup.sh index 94f18c6..c48ee27 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -46,11 +46,11 @@ green "Done" yellow "Backing up git repos" pushd ~/ -mr master -mr status -mr -j16 update -mr hd -mr -j4 rsyncnet +mr -s master +mr -s status +mr -s -j16 update +mr -s hd +mr -s -j4 rsyncnet popd |