aboutsummaryrefslogtreecommitdiffstats
path: root/backup.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed the backing up of a device or socket.Wayne Davison2008-05-221-4/+2
* Fixed an "else" in the device-making part of keep_backup().Wayne Davison2008-05-171-2/+5
* Fixed several issues with preserving xattrs when using --backup.Wayne Davison2008-05-171-0/+3
* Preserve the right errno value when trying adjunct functions duringWayne Davison2008-05-171-19/+49
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Changed "statx" to "stat_x" to try to work around a build problem on AIX.Wayne Davison2007-09-231-2/+2
* Changed make_bak_dir() to take a const char *.Wayne Davison2007-09-231-24/+23
* Made make_bak_dir() global.Wayne Davison2007-09-231-1/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Need to call unmake_file() instead of free() on a file_struct.Wayne Davison2007-04-241-1/+1
* Adding the --fake-super option.Wayne Davison2007-04-241-2/+2
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-2/+23
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-8/+31
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Use the new device defines: F_RDEV_P(), DEV_MAJOR(), and DEV_MINOR().Wayne Davison2006-12-071-1/+2
* Tweaked some externs.Wayne Davison2006-12-051-2/+0
* Moved an extern.Wayne Davison2006-12-031-1/+1
* - Typical tranfers now save 12-20 bytes per file because several varsWayne Davison2006-12-031-16/+21
* Added some more "const" prefixes to some "char *" vars.Wayne Davison2006-11-281-6/+6
* The call to do_chmod() needed to be conditional.Wayne Davison2006-11-211-0/+2
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-18/+19
* Got rid of unused externs.Wayne Davison2006-02-241-2/+0
* Call mkdir_defmode() instead of do_mkdir().Wayne Davison2006-02-241-3/+2
* Call robust_rename() with its newly-added arg.Wayne Davison2006-01-301-2/+3
* Call the new name of set_perms(): set_file_attrs().Wayne Davison2006-01-291-1/+1
* Handle separated devices and special files.Wayne Davison2006-01-261-1/+3
* Call make_file() with one more arg (the base flags).Wayne Davison2006-01-201-1/+1
* Added a new arg to the make_file() call.Wayne Davison2006-01-191-1/+1
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-8/+7
* Indent the "failure:" label away from column 0.Wayne Davison2005-11-101-1/+1
* Fixed a problem in the backing up of symlinks and devices: weWayne Davison2005-06-101-20/+21
* In make_simple_backup(), if the rename() failed because we triedWayne Davison2005-02-221-9/+23
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-1/+1
* Adding more calls to safe_fname().Wayne Davison2005-02-071-8/+12
* Renamed several exclude-related functions/variables using newWayne Davison2005-01-251-1/+1
* No need for conditional code around do_lstat() anymore.Wayne Davison2005-01-191-6/+1
* The device-handling code is no longer omitted based on HAVE_MKNODWayne Davison2004-10-011-2/+0
* Output the same backup-message prefix when verbose > 1 regardless ofWayne Davison2004-09-201-1/+1
* Got rid of a superfluous static buffer.Wayne Davison2004-09-201-5/+3
* Moved the code that determines the backup filename into a new functionWayne Davison2004-09-071-33/+43
* When we say we're skipping a non-regular file, actually skip it.Wayne Davison2004-09-071-0/+1
* Made a comment better.Wayne Davison2004-07-261-1/+1
* If we sucessfully renamed a file that has multiple links to it, unlink()Wayne Davison2004-07-221-1/+6
* The mkdir code should be using do_stat(), not do_lstat() to copyWayne Davison2004-06-101-3/+5
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-18/+18
* Don't force the modtime on our backup dirs -- the dirs in theWayne Davison2004-05-131-1/+0
* Calls to make_bak_dir() should only happen when we fail to create aWayne Davison2004-05-041-8/+14
* Check robust_rename()'s return value using < 0.Wayne Davison2004-03-131-2/+2