summaryrefslogtreecommitdiff
path: root/rsync.yo
AgeCommit message (Expand)AuthorFilesLines
1999-03-01Prevent the -g option from preserving groups that a non-root receiverDavid Dykstra1-7/+7
1999-02-22Add --delete-excluded option to delete files on the receiving side thatDavid Dykstra1-6/+11
1999-02-18Changed exclude/include matching so that normally wildcards will stop atDavid Dykstra1-5/+10
1999-02-18added --size-only option. Useful when starting to use rsync after aAndrew Tridgell1-0/+8
1999-02-17Changed man page documentation of --force to say it is hardly ever neededDavid Dykstra1-4/+3
1999-02-17Added --copy-unsafe-links option which is like --copy-links except it isDavid Dykstra1-2/+8
1999-02-15Be consistent on use of '=' on options that take a parameter.David Dykstra1-14/+16
1999-02-10Allow --stats to work without -v.David Dykstra1-2/+1
1999-02-10Changed Usage in the rsync --help message to indicate how there can beDavid Dykstra1-19/+22
1999-02-09Support '#' and ';' comments in exclude files. It would actually notDavid Dykstra1-1/+2
1999-02-09Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.David Dykstra1-1/+7
1999-01-08added --password-file patch from Alex Schlessinger <alex@inconnect.com>Andrew Tridgell1-2/+10
1999-01-07Ran yodl2man on rsync.yo, and updated modification date.David Dykstra1-1/+1
1999-01-07add warning about using RSYNC_PASSWORD on systems where env varibablesAndrew Tridgell1-0/+3
1998-12-07steve.ingram@icl-gis.com noticed several mistakes in rsync.1. Some ofDavid Dykstra1-2/+2
1998-12-07Fix minor man page typo, suggested by jbm@jbm.org.David Dykstra1-2/+2
1998-12-01Minor documentation change suggested by pavel_roskin@geocities.com.David Dykstra1-2/+2
1998-11-24Always include "." when processing exclude lists. This avoids confusionDavid Dykstra1-2/+5
1998-11-23updates to reflect new samba.org domainAndrew Tridgell1-9/+9
1998-11-18Minor documentation patches, due mostly toDavid Dykstra1-42/+47
1998-11-18Change --log-format documentation to make it clear that it is for the clientDavid Dykstra1-5/+5
1998-11-18Change documentation to explain that a lack of -t in effect causes -I to beDavid Dykstra1-5/+12
1998-11-03Remove statement in rsync.1 that a rsync:// URL can only be used ifDavid Dykstra1-2/+1
1998-11-03Document the fact that you can use [USER@] in an rsync URL.David Dykstra1-2/+2
1998-11-03Add support for optional ":PORT" in rsync URL.David Dykstra1-5/+6
1998-11-03documented --delete disabling on IO errorsAndrew Tridgell1-3/+5
1998-11-03added the --log-format option to allow users to request arbitraryAndrew Tridgell1-0/+6
1998-11-02- document the rsync:// URL formatAndrew Tridgell1-2/+9
1998-11-02if no local destination is provided for the transfer then provideAndrew Tridgell1-0/+3
1998-10-27Document the fact that --numeric-ids is implied if the source system isDavid Dykstra1-4/+9
1998-10-26Add --compare-dest option which enables specifying an additional destinationDavid Dykstra1-2/+13
1998-09-09doc updatesAndrew Tridgell1-2/+2
1998-07-17added a bit in the man page about the clean shell errorAndrew Tridgell1-0/+32
1998-07-17added the --safe-links option to disallow symlinks outside theAndrew Tridgell1-5/+0
1998-07-17added the --safe-links option to disallow symlinks outside theAndrew Tridgell1-0/+13
1998-07-02added --progress option which shows the progress of transfers. ThisAndrew Tridgell1-0/+5
1998-07-01added a --partial option which tells rsync to keep partiallyAndrew Tridgell1-0/+56
1998-06-18manpage updates, mostly suggested by FrancoisAndrew Tridgell1-4/+37
1998-06-02added note to docs saying that --stats doesn't work unless -v is usedAndrew Tridgell1-1/+2
1998-06-01updated the usage infoAndrew Tridgell1-0/+4
1998-05-29replaced chdir and getcwd calls with push_dir/pop_dir functions. TheseAndrew Tridgell1-1/+4
1998-05-27added new include/exclude options to man pageAndrew Tridgell1-6/+70
1998-05-21someone didn't realise that you need rsync at both ends!Andrew Tridgell1-0/+3
1998-05-15use a separate "make man" target so people don't need yodlAndrew Tridgell1-1/+1
1998-05-15- added some notes about encryption and authentication to the manAndrew Tridgell1-0/+5
1998-05-14fixed spelling mistakesAndrew Tridgell1-2/+2
1998-05-14documentation!Andrew Tridgell1-0/+484