summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/rpath.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Final changes for 0.13.0 (small test changes, Fedora spec packaging)bescoto2003-07-221-1/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@356 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* When copying attributes, set permission after copy resource forkbescoto2003-07-211-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@351 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* More fixes from Daniel Hazelbaker, mostly related to resource forksbescoto2003-07-191-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@350 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Oops, missed another append('rsrc') loop, this time in fs_abilitiesbescoto2003-07-191-3/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@349 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* May have fixed recursion bug in resource forks; added another testbescoto2003-07-191-2/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@348 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added Daniel Hazelbaker's resource fork code, plus detection to fs_abilities ↵bescoto2003-07-181-4/+37
| | | | | | and a new unittest file. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@345 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added ACL support, may have corrected a few EA bugsbescoto2003-07-181-3/+34
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@341 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added ctime support (although it is not used)bescoto2003-06-301-0/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@335 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Many changes - added extended attribute support and file systembescoto2003-06-301-4/+35
| | | | | | | ability detection git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@334 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Making lines shorter... whee..bescoto2003-06-241-14/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@330 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Comment clarificationbescoto2003-06-241-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@329 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* fsync_delete now follows global fsync settingbescoto2003-04-071-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@315 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Make no preserve hard links disable inode comparisonbescoto2003-04-061-2/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@314 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* --windows-mode now implies that permissions will not be changedbescoto2003-04-051-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@313 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* --windows-mode no longer fsync's directoriesbescoto2003-04-041-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@312 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final changes for 0.11.4bescoto2003-03-151-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@301 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added long conversion to os.utime arguments to avoid type errorbescoto2003-03-131-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@299 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Final check in for version 0.11.2bescoto2003-03-021-21/+34
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@285 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* More changes in preparation for 0.11.2bescoto2003-02-251-11/+31
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@284 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various modifications to backup, restore, and regress systems.bescoto2003-02-181-7/+3
| | | | | | | | This version passes many tests but not all of them. The backup patch system was copied to restore.py. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@281 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* First pass at integrating regress codebescoto2003-02-111-2/+24
| | | | | | | | | | At this point most of the tests work, but there are still problems with the finaltest error tests on /proc, and with some selection options. The regress code is totally unchecked, and regresstest.py is unwritten. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@277 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Initial checkin of journal codebescoto2003-02-041-0/+28
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@274 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Re-added --windows-mode optionbescoto2003-02-011-8/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@273 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-311-35/+26
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@256 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Still refactoring for 0.11.1 - prepare to rename highlevelbescoto2002-12-251-34/+11
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@253 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-231-226/+223
| | | | | | | | normal 'import XXX' syntax. The previous way was an artifact from earlier versions where the whole program fit in one file. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@252 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed most destructive stepping operationsbescoto2002-12-211-16/+17
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@251 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added iterator operations on metadata filebescoto2002-12-131-1/+25
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@244 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Initial checkin of metadata codebescoto2002-12-081-0/+9
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@243 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Changed GPL notice in each source file to recommended versionben2002-12-031-4/+13
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@234 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added some documentation and examplesben2002-11-241-2/+12
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@233 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed socket too long bugben2002-09-221-1/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@210 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changes, including stopped checking directory sizes whenben2002-09-051-0/+1
| | | | | | | comparing RORPaths. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@190 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed the remote destination restore and no increment restore bugs.ben2002-08-181-7/+35
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@184 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed bad high bit permissions mode in cmodule.c, and assorted changesben2002-08-101-1/+2
| | | | | | | to make --windows-mode work. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@180 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed --verbosity in Main, added something to lazy?, fixed exceptionben2002-08-011-2/+4
| | | | | | | in rpath.py. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@178 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added socket supportben2002-07-191-2/+13
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@169 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* More optimization: rewrote selection iteration to not recur, and addedben2002-06-251-3/+6
| | | | | | | | "fast processing" to IterTreeReducer, so objects don't need to be created in the typical case. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@145 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added compile.py to compile the c portionben2002-06-191-15/+22
| | | | | | | | | Added GPL headers to all the source code files Fixed memory leaks and bad pointer casts in cmodule.c git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@141 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Many optimizations - up to 3x speed improvementben2002-06-171-1/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@134 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Adapted everything to new exploded formatben2002-06-161-1/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@130 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various CPU optimizationsben2002-06-151-10/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@126 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed '-r now' bug, and some minor typo fixesben2002-06-121-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@121 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed rpath unpickling errorben2002-05-211-0/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@96 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Enabled ssh compression by default, increased conn_bufsize.ben2002-05-151-5/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@88 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various final bug fixes for 0.7.4ben2002-05-111-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@79 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various data files now end in .data instead of .snapshotben2002-05-111-1/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@76 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Lots of changes, see changelog for 0.7.4.ben2002-05-101-3/+31
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@72 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changed to deal with new IterTreeReducer formatben2002-05-051-7/+15
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@68 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added new Select codeben2002-04-121-5/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@43 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109