summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/fs_abilities.py
Commit message (Expand)AuthorAgeFilesLines
* Some older systems don't support unicode, so check for support before using it.joshn2009-04-181-1/+29
* Make sticky bit warnings quieter during fs_abilities checksowsla2009-03-081-7/+9
* Use the correct method to update globals.owsla2009-03-021-1/+1
* Disable hardlinks by default on Windows when using --compare, etc.owsla2009-01-311-2/+1
* Fix typos.owsla2009-01-271-2/+2
* Fix --override-chars-to-quoteowsla2009-01-071-0/+1
* When enable use_compatible_timestamps, make sure to reset Time.curtimestrowsla2009-01-031-1/+2
* New option: --use-compatible-timestamps, which causes rdiff-backup to use - a...owsla2009-01-031-0/+9
* Properly fix escaping DOS devices and trailing periods and spaces; now supportsowsla2009-01-031-121/+143
* Revert previous patch & hold it for the new development branchowsla2009-01-031-149/+121
* First pass at fixing escape DOS devices and trailing spaces/periods.owsla2009-01-031-121/+149
* Disable escape trailing spaces and periods for nowowsla2009-01-011-0/+12
* Support comments in rdiff-backup's ACL files and quote the quoting characterowsla2008-12-191-1/+2
* Test for symlink permissions now produces a functioning symlink.owsla2008-12-181-3/+1
* Final fixes to trailing spaces supportowsla2008-11-131-3/+5
* Fix typo and fact that rpath.touch() doesn't return anythingowsla2008-11-131-4/+7
* Escape trailing spaces and periods on systems which require itowsla2008-11-131-1/+70
* Add warning message if pyxattr is below version 0.2.2.owsla2008-11-121-0/+10
* Don't backup Windows ACLs if the --no-acls option is specified.owsla2008-10-071-0/+12
* Add error handling and logging to Windows ACL support; fixes Windows backup toowsla2008-10-021-11/+37
* Add a warning message if extended attributes support is broken by theowsla2008-10-021-0/+7
* Improve warning message in light of new Windows ACLs supportowsla2008-08-211-2/+2
* Move test for native Windows to eliminate additional remote callowsla2008-08-201-6/+4
* Disable hardlinks by default when backup source or restore destination isowsla2008-08-201-0/+6
* Fix typo in fs_abilities and add EILSEQ to list of recoverable errors.owsla2008-07-041-1/+1
* Support for Windows ACLs. (Patch from Josh Nisly and Fred Gansevles)owsla2008-07-021-1/+33
* We should preserve hardlinks even when the destination file system doesowsla2008-06-141-1/+1
* Handle Windows' lack of getuid(), getgid(), hardlinks and symlinks inowsla2008-04-131-3/+3
* Change high-bit permissions test to check files and directories. (Patch fromowsla2008-01-091-5/+10
* Add ability to requote a repositoryowsla2008-01-031-10/+28
* Don't print the warning about hard links if the user has specified theowsla2008-01-021-2/+3
* We should FatalError at the point where the malformed UTF-8 character isowsla2007-12-251-5/+6
* Cosmetic touch-up since we now sometimes print non-ASCII charactersowsla2007-08-151-2/+2
* New quoting logic to check for non-ASCII chars and Windows special chars inde...owsla2007-08-141-11/+42
* Fix hang on Cygwin/FAT32 and error on broken CIFS configurationsowsla2007-07-311-5/+14
* Don't run extended attributes test if --no-eas is givenowsla2007-07-171-0/+5
* Handle exception when get permission denied on a file while tryingowsla2007-07-101-1/+4
* Fix for bug #19896 -- symlink() doesn't work on a CIFS-mounted Windowsdgaudet2007-05-191-8/+12
* Fix for bug #19895 -- eliminate traceback for special file detectiondgaudet2007-05-191-14/+21
* Fix --list-increments bug in set_must_escape_dos_devices.owsla2007-01-311-2/+5
* Fix fs_abilities.py patch error with set_escape_dos_devices.dgaudet2007-01-291-4/+4
* DOS filename quoting adjustments from Marc Dyksterhouse.dgaudet2007-01-291-2/+4
* Escape DOS device filenames when necessary. [Marc Dyksterhouse]dgaudet2007-01-281-3/+51
* Add global to avoid unnecessary system calls on systems where umask does not ...owsla2006-12-291-0/+24
* UnboundLocal fix for set_extended_filenamesbescoto2006-01-111-1/+2
* "ordinary filename" shouldn't end with a . because it gives windows problemsbescoto2006-01-101-1/+1
* Fix for case sensitive <-> not case sensitive casebescoto2005-11-271-1/+1
* re-enable carbonfile default, ignore errorsbescoto2005-11-061-3/+0
* Fix for fatal error with --override-chars-to-quotebescoto2005-11-061-1/+2
* Typo fix by Murali Vadivelubescoto2005-10-301-3/+4