Skip to content

Commit

Permalink
Added partial transfer and sparse files support on rsync transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
expobrain committed Mar 15, 2017
1 parent 7604bc8 commit 7530831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion realsync
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ my @SSH_OPTIONS = (
"-o", "StrictHostKeyChecking=no",
);
my @RSYNC_OPTIONS = (
"-rltzxv",
"-rltzxvS",
"--delete",
"--partial"
);
my @RSYNC_WRAPPER = ();
my @RSYNC_SSH_WRAPPER = ();
Expand Down

0 comments on commit 7530831

Please sign in to comment.