summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)AuthorFilesLines
1999-02-25Removed am_client variable. It was being set in one place, when a clientDavid Dykstra1-1/+0
1999-02-22Add --delete-excluded option to delete files on the receiving side thatDavid Dykstra1-4/+15
1999-02-18added --size-only option. Useful when starting to use rsync after aAndrew Tridgell1-1/+12
1999-02-17Added --copy-unsafe-links option which is like --copy-links except it isDavid Dykstra1-1/+12
1999-02-10Changed Usage in the rsync --help message to indicate how there can beDavid Dykstra1-8/+9
1999-02-09Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.David Dykstra1-2/+10
1999-01-08added --password-file patch from Alex Schlessinger <alex@inconnect.com>Andrew Tridgell1-4/+8
1998-11-25Back out change that treated "refuse options = compress" the same asDavid Dykstra1-7/+0
1998-11-24When "refuse options = compress" is set in rsyncd.conf, silently send filesDavid Dykstra1-0/+7
1998-11-23updates to reflect new samba.org domainAndrew Tridgell1-1/+1
1998-11-19improved the "refuse options" code a bitAndrew Tridgell1-1/+2
1998-11-19added "refuse options" optionAndrew Tridgell1-0/+50
1998-11-18Minor documentation patches, due mostly toDavid Dykstra1-2/+2
1998-11-03Document the fact that you can use [USER@] in an rsync URL.David Dykstra1-1/+1
1998-11-03Add support for optional ":PORT" in rsync URL.David Dykstra1-2/+3
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-1/+1
1998-11-03added the --log-format option to allow users to request arbitraryAndrew Tridgell1-1/+8
1998-11-02if no local destination is provided for the transfer then provideAndrew Tridgell1-1/+1
1998-10-26Add --compare-dest option which enables specifying an additional destinationDavid Dykstra1-1/+18
1998-07-25fix PATTERN/FILE in --help outputAndrew Tridgell1-2/+2
1998-07-19- close stdout and stderr and reopen then as /dev/null when running asAndrew Tridgell1-4/+5
1998-07-17added the --safe-links option to disallow symlinks outside theAndrew Tridgell1-293/+303
1998-07-17fixed a problem with rsync buffering the debug output when redirectedAndrew Tridgell1-2/+2
1998-07-02don't need to send --progress option to server as the server neverAndrew Tridgell1-3/+0
1998-07-02added --progress option which shows the progress of transfers. ThisAndrew Tridgell1-1/+11
1998-07-01added a --partial option which tells rsync to keep partiallyAndrew Tridgell1-1/+11
1998-06-18--help changes suggested by FrancoisAndrew Tridgell1-47/+52
1998-06-01updated the usage infoAndrew Tridgell1-3/+9
1998-06-01added --stats option for verbose stats on the file transferAndrew Tridgell1-2/+9
1998-05-29replaced chdir and getcwd calls with push_dir/pop_dir functions. TheseAndrew Tridgell1-1/+1
1998-05-27added support for --include, --include-from and the +/- syntaxAndrew Tridgell1-3/+16
1998-05-18this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1-0/+1
1998-05-10split the options parsing code into options.cAndrew Tridgell1-0/+461