aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-03-28 23:31:34 -0300
committerEuAndreh <eu@euandre.org>2018-03-28 23:31:34 -0300
commite6a87966f6e4fea44b6dcecf76b7cf253ae06741 (patch)
treeb4619cf90cafc1e0994b10e90cb9292241769567 /scripts
parentFix linebreak scaping in backup.sh routine (diff)
downloaddotfiles-e6a87966f6e4fea44b6dcecf76b7cf253ae06741.tar.gz
dotfiles-e6a87966f6e4fea44b6dcecf76b7cf253ae06741.tar.xz
Show mr stats report in backup.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/backup.sh10
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