diff options
author | Wayne Davison <wayned@samba.org> | 2009-02-28 09:22:51 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2009-02-28 09:25:26 -0800 |
commit | ce66f41791ab9e3c684a2089da28f23943d720b8 (patch) | |
tree | a4bde8723725ed1b19cdd1a87f712abea33da809 /NEWS | |
parent | 8d10cbfcb13fb20eeb34441365d8b73d4a6b0e41 (diff) | |
download | rsync-ce66f41791ab9e3c684a2089da28f23943d720b8.tar.gz rsync-ce66f41791ab9e3c684a2089da28f23943d720b8.tar.bz2 rsync-ce66f41791ab9e3c684a2089da28f23943d720b8.zip |
Added the --delete-missing-args option to delete specified
files on the receiver that don't exist on the sender.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ Changes since 3.0.4: control over what is output. Added an extra type of --progress output using --info=progress2. + - Added the --delete-missing option to delete user-specified files on the + receiver that are missing on the sender (normally the absence of user- + specified files generates an error). + - Added a "T" (terabyte) category to the --human-readable size suffixes. - Enhanced the --stats output: 1) to mention how many files were created |