projects
/
software/bacap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d0d3410
)
Add -S (--sparse) to the default rsync flags
author
Leandro Lucarella
<llucax@gmail.com>
Mon, 21 Mar 2011 15:12:08 +0000 (12:12 -0300)
committer
Leandro Lucarella
<llucax@gmail.com>
Mon, 21 Mar 2011 15:12:08 +0000 (12:12 -0300)
bacap
patch
|
blob
|
history
diff --git
a/bacap
b/bacap
index
8be3167
..
976ee08
100755
(executable)
--- a/
bacap
+++ b/
bacap
@@
-35,7
+35,7
@@
DATE_FMT="%Y-%m-%d"
PING_CHECK=1
# rsync flags to use
-RSYNC_FLAGS="-aAXHx --numeric-ids"
+RSYNC_FLAGS="-aAHSXx --numeric-ids"
# rsync flags to use when in verbose mode
RSYNC_VERBOSE_FLAGS="-v --stats"