diff options
author | EuAndreh <eu@euandre.org> | 2018-03-28 23:31:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-03-28 23:31:34 -0300 |
commit | e6a87966f6e4fea44b6dcecf76b7cf253ae06741 (patch) | |
tree | b4619cf90cafc1e0994b10e90cb9292241769567 /scripts | |
parent | Fix linebreak scaping in backup.sh routine (diff) | |
download | dotfiles-e6a87966f6e4fea44b6dcecf76b7cf253ae06741.tar.gz dotfiles-e6a87966f6e4fea44b6dcecf76b7cf253ae06741.tar.xz |
Show mr stats report in backup.sh
Diffstat (limited to 'scripts')
-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 |