added --backup-dir option from Bob Edwards
[rsync/rsync.git] / options.c
2000-01-24 Andrew Tridgelladded --backup-dir option from Bob Edwards
2000-01-23 Andrew Tridgelladded --max-delete option
2000-01-23 Andrew Tridgelladded --existing option, similar to one suggested by...
1999-11-08 Andrew Tridgelladded --delete-after option (suggested by Jason)
1999-10-31 Andrew Tridgelladded --address option for virtual hosting
1999-10-31 Andrew Tridgelladded -P option
1999-02-25 David DykstraRemoved am_client variable. It was being set in one...
1999-02-22 David DykstraAdd --delete-excluded option to delete files on the...
1999-02-18 Andrew Tridgelladded --size-only option. Useful when starting to use...
1999-02-17 David DykstraAdded --copy-unsafe-links option which is like --copy...
1999-02-10 David DykstraChanged Usage in the rsync --help message to indicate...
1999-02-09 David DykstraAdd --quiet/-q option. Contributed by Rich Salz salzr...
1999-01-08 Andrew Tridgelladded --password-file patch from Alex Schlessinger...
1998-11-25 David DykstraBack out change that treated "refuse options = compress...
1998-11-24 David DykstraWhen "refuse options = compress" is set in rsyncd.conf...
1998-11-23 Andrew Tridgellupdates to reflect new samba.org domain
1998-11-19 Andrew Tridgellimproved the "refuse options" code a bit
1998-11-19 Andrew Tridgelladded "refuse options" option
1998-11-18 David DykstraMinor documentation patches, due mostly to
1998-11-03 David DykstraDocument the fact that you can use [USER@] in an rsync...
1998-11-03 David DykstraAdd support for optional ":PORT" in rsync URL.
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-03 Andrew Tridgelladded the --log-format option to allow users to request...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-26 David DykstraAdd --compare-dest option which enables specifying...
1998-07-25 Andrew Tridgellfix PATTERN/FILE in --help output
1998-07-19 Andrew Tridgell- close stdout and stderr and reopen then as /dev/null...
1998-07-17 Andrew Tridgelladded the --safe-links option to disallow symlinks...
1998-07-17 Andrew Tridgellfixed a problem with rsync buffering the debug output...
1998-07-02 Andrew Tridgelldon't need to send --progress option to server as the...
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-07-01 Andrew Tridgelladded a --partial option which tells rsync to keep...
1998-06-18 Andrew Tridgell--help changes suggested by Francois
1998-06-01 Andrew Tridgellupdated the usage info
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c