summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup
Commit message (Expand)AuthorAgeFilesLines
* Restore excludes now leave existing files on target alonebescoto2003-11-243-20/+25
* Mainly fix for spurious backing up because of uname/gnamebescoto2003-11-041-4/+6
* Fix for daylight savingsbescoto2003-11-021-4/+4
* Quoted RPaths are now transmitted correctly (no conversion to RPaths)bescoto2003-11-011-0/+16
* Added quoting to non-server mode alsobescoto2003-11-011-1/+1
* Deleted base increments first to save disk spacebescoto2003-11-011-7/+15
* Rbescoto2003-11-012-24/+33
* Final changes for 0.13.3bescoto2003-10-144-17/+22
* Fix bug backing up acl system to no-acl systembescoto2003-10-135-79/+104
* Added TODO item, default to None on rpath uname/gname checkbescoto2003-10-121-2/+4
* Another test switchbescoto2003-10-121-4/+5
* Switched order of regress checkbescoto2003-10-121-6/+2
* Added override switches to disable acls and easbescoto2003-10-121-8/+12
* New hard link system should use less memorybescoto2003-10-124-115/+61
* Removed circular importbescoto2003-10-051-1/+1
* Mostly another unreadable regress fixbescoto2003-09-282-14/+10
* Fixed restore/regress permissions bugbescoto2003-09-283-4/+98
* Possibly fixed logic error in rf cachingbescoto2003-09-251-5/+9
* Better (obvious) way of doing --list-at-timebescoto2003-09-242-4/+2
* Fix for remote --list-changed-since and --list-at-timebescoto2003-09-242-15/+31
* Fixed some --restrict optionsbescoto2003-09-212-6/+10
* Added --never-drop-acls, ACL entry dropping. Final for 0.13.2bescoto2003-09-185-22/+110
* Added mapping by name (not id) for ACLs.bescoto2003-09-162-123/+184
* Added acl list <-> posix1e.ACL conversionbescoto2003-09-151-0/+46
* Changed handling of ownership, added --user/group-mapping-file optionsbescoto2003-09-157-38/+92
* Clear self.dir_perms_list (final (?) unreadable dir change)bescoto2003-09-131-0/+3
* Yet another change dealing with unreadable directoriesbescoto2003-09-136-29/+42
* Added user_group module and associated testsbescoto2003-09-042-0/+160
* Added session number like '3B' to general time specificationbescoto2003-08-313-12/+41
* Fix for unreadable directoriesbescoto2003-08-291-3/+17
* Fixed various --restrict options, some refactoringbescoto2003-08-275-104/+157
* Fixed bug in Gruenbach's code and added test for itbescoto2003-08-261-7/+9
* Updated argument parsing (test-server, better error messages)bescoto2003-08-261-4/+8
* ACL/EA parsing fixes, use new quoting stylebescoto2003-08-254-76/+207
* When data gets deleted from dest, try not to exit as easilybescoto2003-08-242-8/+29
* Added tests for and fixed problem with backing up unreadable regularbescoto2003-08-234-7/+34
* Typo fixbescoto2003-08-231-3/+3
* Specify socket type as SOCK_STREAMbescoto2003-08-141-1/+1
* Changes for librsync 0.9.6bescoto2003-08-081-1/+1
* Removed strange line I couldn't figure outbescoto2003-08-061-1/+0
* Fixed SelectError error messagebescoto2003-08-061-3/+4
* Mainly updates for python 2.3bescoto2003-08-041-4/+8
* Fixes for --calculate-average, python 2.3, and mac os xbescoto2003-08-033-9/+20
* Update for door file problembescoto2003-07-241-1/+1
* Added fs_abilities.py to makedist scriptbescoto2003-07-241-1/+15
* Updated copyright noticebescoto2003-07-232-9/+26
* Fix for restore without mirror_metadatabescoto2003-07-231-2/+1
* Applied Arkadiusz Patyk's patch for python 2.3c1 compilationbescoto2003-07-221-7/+10
* Final changes for 0.13.0 (small test changes, Fedora spec packaging)bescoto2003-07-221-1/+3
* Now choose blocksize based on size of filebescoto2003-07-223-13/+27