summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/rpath.py
Commit message (Expand)AuthorAgeFilesLines
* Mainly fix for spurious backing up because of uname/gnamebescoto2003-11-041-4/+6
* Final changes for 0.13.3bescoto2003-10-141-4/+9
* Fix bug backing up acl system to no-acl systembescoto2003-10-131-22/+30
* Added TODO item, default to None on rpath uname/gname checkbescoto2003-10-121-2/+4
* New hard link system should use less memorybescoto2003-10-121-0/+1
* Mostly another unreadable regress fixbescoto2003-09-281-1/+1
* Added --never-drop-acls, ACL entry dropping. Final for 0.13.2bescoto2003-09-181-6/+10
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-151-15/+48
* Yet another change dealing with unreadable directoriesbescoto2003-09-131-4/+1
* Fixed various --restrict options, some refactoringbescoto2003-08-271-2/+4
* ACL/EA parsing fixes, use new quoting stylebescoto2003-08-251-13/+8
* Added tests for and fixed problem with backing up unreadable regularbescoto2003-08-231-0/+8
* Specify socket type as SOCK_STREAMbescoto2003-08-141-1/+1
* Mainly updates for python 2.3bescoto2003-08-041-4/+8
* Final changes for 0.13.0 (small test changes, Fedora spec packaging)bescoto2003-07-221-1/+3
* When copying attributes, set permission after copy resource forkbescoto2003-07-211-2/+2
* More fixes from Daniel Hazelbaker, mostly related to resource forksbescoto2003-07-191-0/+1
* Oops, missed another append('rsrc') loop, this time in fs_abilitiesbescoto2003-07-191-3/+6
* May have fixed recursion bug in resource forks; added another testbescoto2003-07-191-2/+5
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ...bescoto2003-07-181-4/+37
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-3/+34
* Added ctime support (although it is not used)bescoto2003-06-301-0/+8
* Many changes - added extended attribute support and file systembescoto2003-06-301-4/+35
* Making lines shorter... whee..bescoto2003-06-241-14/+8
* Comment clarificationbescoto2003-06-241-2/+2
* fsync_delete now follows global fsync settingbescoto2003-04-071-1/+1
* Make no preserve hard links disable inode comparisonbescoto2003-04-061-2/+6
* --windows-mode now implies that permissions will not be changedbescoto2003-04-051-1/+1
* --windows-mode no longer fsync's directoriesbescoto2003-04-041-1/+1
* Final changes for 0.11.4bescoto2003-03-151-2/+2
* Added long conversion to os.utime arguments to avoid type errorbescoto2003-03-131-1/+1
* Final check in for version 0.11.2bescoto2003-03-021-21/+34
* More changes in preparation for 0.11.2bescoto2003-02-251-11/+31
* Various modifications to backup, restore, and regress systems.bescoto2003-02-181-7/+3
* First pass at integrating regress codebescoto2003-02-111-2/+24
* Initial checkin of journal codebescoto2003-02-041-0/+28
* Re-added --windows-mode optionbescoto2003-02-011-8/+4
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-35/+26
* Still refactoring for 0.11.1 - prepare to rename highlevelbescoto2002-12-251-34/+11
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-226/+223
* Removed most destructive stepping operationsbescoto2002-12-211-16/+17
* Added iterator operations on metadata filebescoto2002-12-131-1/+25
* Initial checkin of metadata codebescoto2002-12-081-0/+9
* Changed GPL notice in each source file to recommended versionben2002-12-031-4/+13
* Added some documentation and examplesben2002-11-241-2/+12
* Fixed socket too long bugben2002-09-221-1/+4
* Various changes, including stopped checking directory sizes whenben2002-09-051-0/+1
* Fixed the remote destination restore and no increment restore bugs.ben2002-08-181-7/+35
* Fixed bad high bit permissions mode in cmodule.c, and assorted changesben2002-08-101-1/+2
* Fixed --verbosity in Main, added something to lazy?, fixed exceptionben2002-08-011-2/+4