summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-11Added backup_dir_buf and backup_dir_remainder.Wayne Davison1-4/+17
2004-02-09The batch-options now set checksum_seed to the appropriate fixed value.Wayne Davison1-0/+4
2004-02-09Use asprintf() in server_options() (plus a few more whitespace tweaks).Wayne Davison1-48/+47
2004-02-09Updated the sizeof syntax and tweaked some whitespace.Wayne Davison1-34/+35
2004-02-02Don't warn about lack of -l support if we're the sender -- we just won'tWayne Davison1-1/+1
2004-02-02Clarify the safe/unsafe symlink options in the usage text.Wayne Davison1-3/+3
2004-02-01- Fixed the bug where the --daemon option would squelch all option errorsWayne Davison1-21/+25
2004-01-30Fixed the optional sanitization of the files_from arg.Wayne Davison1-2/+4
2004-01-27Added "am_generator".Wayne Davison1-0/+1
2004-01-23Tweaked the --help text to refer to I/O (not IO) and use "an" inWayne Davison1-4/+4
2004-01-22Size-check the --temp-dir string so we don't have to worry about itWayne Davison1-1/+6
2004-01-19Make sure that the batch-prefix string isn't overly long (avoidingWayne Davison1-1/+8
2004-01-15Clarified the --delete-after help text.Wayne Davison1-1/+1
2004-01-03Made the types used in the sum_buf and sum_struct structures consistentWayne Davison1-2/+2
2003-12-30Shorten some of the lines in the --help output.Wayne Davison1-7/+7
2003-12-28Make the upper copyright year "2004".Wayne Davison1-1/+1
2003-12-20Updated the copyright year.Wayne Davison1-1/+1
2003-12-15New "io_error" variable handling for RERR_VANISHED support.Wayne Davison1-1/+0
2003-12-15If we're the server and --files-from is "-", set remote_filesfrom_fileWayne Davison1-1/+4
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-1/+1
2003-09-11Tweaked an error message.Wayne Davison1-1/+1
2003-09-09Added the new --protocol option.Wayne Davison1-1/+2
2003-08-06Make --progress imply --verbose without incrementing verbosity.J.W. Schultz1-0/+3
2003-08-05Got rid of unused OPT_* enums.Wayne Davison1-9/+4
2003-08-01Change the way we pass the --suffix option to the remote process soWayne Davison1-2/+6
2003-08-01Complain if the --suffix value contains slashes (which is all too easyWayne Davison1-0/+5
2003-08-01Got rid of suffix_specified and instead set backup_suffix to theWayne Davison1-34/+33
2003-07-01Changed add_exclude*() calls to use the revised arg syntax.Wayne Davison1-6/+10
2003-05-02Added --link-dest to the --help output.J.W. Schultz1-0/+1
2003-04-10 - Per-file dynamic block size is now sqrt(file length).J.W. Schultz1-2/+2
2003-03-30Support the new --files-from, --no-relative, --no-implied-dirs, and --from0Wayne Davison1-4/+86
2003-03-21- Use popt to better effect for the two options that can be bothWayne Davison1-60/+52
2003-03-21- Simplified the whole-file option handling.Wayne Davison1-137/+128
2003-01-28Change the default of --modify-window back to 0 on Cygwin.David Dykstra1-1/+1
2003-01-20Make the default for --modify-window be 2 on cygwin.David Dykstra1-5/+1
2003-01-16Change rsync help for -a to show that it is equivalent to -rlptgoD.David Dykstra1-1/+1
2003-01-11Cast poptGetOptArg() to remove a compiler warning.Wayne Davison1-1/+1
2002-08-30When using daemon mode over a remote shell program and not running as root,David Dykstra1-1/+1
2002-08-29Add --link-dest option from J.W. Schultz.David Dykstra1-2/+17
2002-08-01Mention the new rsync:// URL-in-the-destination syntax.Wayne Davison1-0/+1
2002-08-01If daemon_over_rsh is set, we limit the generated options to justWayne Davison1-1/+9
2002-05-09Submit enhancement from Michael Zimmerman to allow --suffix to be usedDavid Dykstra1-1/+9
2002-05-06Tweaked the --rsh option's description.Wayne Davison1-1/+1
2002-05-03Made the --delete-after option imply --delete.Wayne Davison1-2/+7
2002-04-16Doc.Martin Pool1-32/+47
2002-04-08Show panic_action in --version.Martin Pool1-0/+4
2002-04-08Split code out into separate files and remove some global variables toMartin Pool1-0/+1
2002-03-19Now that whole_file and no_whole_file are separate variables, have theDavid Dykstra1-3/+13
2002-03-19Fix --help layout.Martin Pool1-1/+1
2002-03-19Fix overly long line in version.Martin Pool1-3/+4