diff options
author | Wayne Davison <wayned@samba.org> | 2014-05-26 12:13:01 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2014-05-26 12:13:01 -0700 |
commit | 0872dff60c34c9210daf33fa10cb69a8a934562c (patch) | |
tree | dfa8feb54d05d6079ae3fc6bb23fc4cb68ecfe54 | |
parent | 3ce7a65c1107c84030e041655b13501ef0fe5222 (diff) | |
download | rsync-0872dff60c34c9210daf33fa10cb69a8a934562c.tar.gz rsync-0872dff60c34c9210daf33fa10cb69a8a934562c.tar.bz2 rsync-0872dff60c34c9210daf33fa10cb69a8a934562c.zip |
Add new-compress option to rrsync.
-rw-r--r-- | support/rrsync | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/rrsync b/support/rrsync index 5886033b..e95f992f 100644 --- a/support/rrsync +++ b/support/rrsync @@ -97,6 +97,7 @@ our %long_opt = ( 'max-size' => 1, 'min-size' => 1, 'modify-window' => 1, + 'new-compress' => 0, 'no-implied-dirs' => 0, 'no-r' => 0, 'no-relative' => 0, |