summaryrefslogtreecommitdiff
path: root/backup.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Add the --info=NONREG setting.Wayne Davison2021-11-031-1/+2
* Fix overzealous setting of mtime & tweak time comparisonsWayne Davison2020-06-131-1/+1
* Convert a couple files to UTF-8; more Copyright years.Wayne Davison2020-06-131-1/+1
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Don't force nanoseconds if a file wasn't transferred or checksummed.Wayne Davison2018-01-151-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Avoid creating even the top-level backup dir until needed.Wayne Davison2015-08-231-0/+12
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Don't create so many empty backup dirs.Wayne Davison2015-08-081-9/+10
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* May as well use do_mkdir() directly these days.Wayne Davison2010-04-301-1/+1
* Minor restructuring/clarification to get_backup_name.Matt McCutchen2010-04-241-4/+4
* In "ignoring unsafe symlink" messages, show only the file-list path.Matt McCutchen2010-04-241-2/+2
* Handle files that spring up while doing backup path checking.Wayne Davison2010-03-091-15/+37
* More backup improvements:Wayne Davison2009-04-111-155/+112
* Fix "just in case" unlink. Prefer renaming of normal filesWayne Davison2009-04-111-5/+5
* Improved link_or_rename() to handle prefer_rename better.Wayne Davison2009-04-101-17/+12
* Fixed an ACL/xattr corruption issue where the --backup option could causeWayne Davison2009-04-101-4/+28
* Make the backup code call unsafe_symlink() correctly.Wayne Davison2009-03-031-1/+1
* Improved the backup code:Wayne Davison2009-01-031-93/+84
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Added init_stat_x() to avoid duplication of acl/xattr init code.Wayne Davison2009-01-031-13/+4
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-6/+5
* 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