summaryrefslogtreecommitdiff
path: root/backup.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* A couple fixes from Shinichi Maruyama.Wayne Davison2004-02-231-3/+3
* Moved the EXDEV handling into robust_rename().Wayne Davison2004-02-171-36/+4
* - Revised and optimized the directory-making code.Wayne Davison2004-02-111-98/+83
* Got rid of hard-link message (since I don't think it was everWayne Davison2004-02-111-3/+0
* Simplified test for hardlink in make_backup debug message toJ.W. Schultz2004-02-101-5/+2
* Make idev, hlink and file_struct + strings use allocationJ.W. Schultz2004-02-101-2/+3
* Changed args to make_file() and free_file().Wayne Davison2004-02-021-3/+2
* Changed F_HEAD to F_HLINDEX.Wayne Davison2004-01-251-1/+2
* Use new stringjoin() and pathjoin() functions.Wayne Davison2004-01-201-19/+16
* Changed the hard-link check.Wayne Davison2004-01-121-1/+2
* Use the new union-ified flist_struct values.Wayne Davison2004-01-111-5/+5
* A few formatting tweaks.Wayne Davison2004-01-051-61/+61
* Improved file-related error messages by using the newWayne Davison2003-09-111-12/+15
* Make extra backup dirs mode 0700, not 0755.Wayne Davison2003-08-221-1/+1
* Use the new backup_suffix_len and backup_dir_len variables. Got ridWayne Davison2003-08-011-15/+8
* Whitespace and indentation fixes.J.W. Schultz2003-07-311-103/+112
* Call make_file() using the revised arg syntax and new defines.Wayne Davison2003-07-011-2/+1
* Submit enhancement from Michael Zimmerman to allow --suffix to be usedDavid Dykstra2002-05-091-2/+8
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-4/+4
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-1/+1
* added an explicit noexcludes flag to make_file()Andrew Tridgell2000-08-191-1/+4
* fixed backup_dir bug introduced with recent memory handling patchesAndrew Tridgell2000-08-191-1/+1
* optimisations from Rich Salz <rsalz@caveosystems.com>Andrew Tridgell2000-07-291-1/+1
* patch from Jim Delahanty <mail_us@swbell.net> to ensure files areAndrew Tridgell2000-01-301-3/+7
* patch from James Delahanty <jimd@gie.com> to make --backup-dir workAndrew Tridgell2000-01-271-18/+123
* added --backup-dir option from Bob EdwardsAndrew Tridgell2000-01-241-1/+134
* separated out the make_backup code in preparation for some patchesAndrew Tridgell1999-08-301-0/+46