summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* New development release: 1.3.0owsla2009-01-031-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@998 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* New option: --use-compatible-timestamps, which causes rdiff-backup to use - ↵owsla2009-01-031-0/+4
| | | | | | | | | asthe hour/minute/second separator instead of :. Enabled by default on systems which require : to be escaped. (Oliver Mulatz) git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@996 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Allow rdiff-backup to backup files which it cannot read, but can changeowsla2009-01-031-0/+3
| | | | | | | the permissions of. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@995 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Take start and end times from same system so that the elapsed time printed inowsla2009-01-031-0/+3
| | | | | | | the statistics is not affected by time zone. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@994 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Properly fix escaping DOS devices and trailing periods and spaces; now supportsowsla2009-01-031-1/+3
| | | | | | | native Windows and Linxu/FAT32. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@993 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Revert previous patch & hold it for the new development branchowsla2009-01-031-1/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@992 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* First pass at fixing escape DOS devices and trailing spaces/periods.owsla2009-01-031-0/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@991 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Disable escape trailing spaces and periods for nowowsla2009-01-011-2/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@987 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Start 1.2.4 changelogowsla2008-12-281-0/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@986 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Release 1.2.3owsla2008-12-281-1/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@984 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* The epoch is now a valid date.owsla2008-12-231-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@982 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Report that connection has dropped if filesystem operation returns ENOTCONN.owsla2008-12-231-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@981 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print a more helpful message if we get an error while attempting to readowsla2008-12-221-0/+5
| | | | | | | an old current_mirror marker. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@980 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Do not backup reparse points on native Windows.owsla2008-12-221-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@979 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Support comments in rdiff-backup's ACL files and quote the quoting characterowsla2008-12-191-0/+3
| | | | | | | properly if user changed it. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@974 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print a more helpful error message if we cannot read the backup destination.owsla2008-12-191-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@972 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print a more helpful error message if we cannot write to the backupowsla2008-12-181-0/+3
| | | | | | | destination. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@971 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add ETIMEDOUT to the list of recoverable errorsowsla2008-12-181-1/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@970 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Supress warnings about the deprecated sha module in Python 2.6. (Josh Nisly)owsla2008-12-181-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@969 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Test for symlink permissions now produces a functioning symlink.owsla2008-12-181-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@968 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for crash when deleting read-only files on Windows. (Patch from Josh Nisly)owsla2008-12-171-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@966 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fix for Python 2.2 in win_acls.pyowsla2008-11-241-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@965 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Throttle verbosity of listattr() warningsowsla2008-11-131-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@964 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Escape trailing spaces and periods on systems which require itowsla2008-11-131-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@961 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print nicer error messages in rdiff-backup-statisticsowsla2008-11-121-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@960 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Properly handle EINVAL "Invalid argument" errors when setting extendedowsla2008-11-121-0/+3
| | | | | | | attributes. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@959 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add warning message if pyxattr is below version 0.2.2.owsla2008-11-121-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@958 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add "Stale NFS file handle" (ESTALE) to the list of recoverable errors.owsla2008-11-111-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@957 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Workaround for broken support for symlink extended attributes in pyxattr <owsla2008-11-111-0/+3
| | | | | | | 0.2.2. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@956 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Handle ELOOP ("Too many levels of symbolic links") error when reading extendedowsla2008-11-091-0/+3
| | | | | | | attributes from symlinks. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@955 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Inform the user of which file has failed if an exception occurs during aowsla2008-10-231-0/+2
| | | | | | | rename operation. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@954 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Open changelog for 1.2.3owsla2008-10-191-0/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@953 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Update for 1.2.2 releaseowsla2008-10-191-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@951 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Automatically resume after a failed initial backup. (Patch from Josh Nisly)owsla2008-10-121-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@950 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Open stdin/stdout in binary mode on Windowsowsla2008-10-121-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@949 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Print a more informative error message if the user's remote shell printsowsla2008-10-091-0/+3
| | | | | | | extraneous information before rdiff-backup runs. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@948 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't backup Windows ACLs if the --no-acls option is specified.owsla2008-10-071-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@947 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add error handling and logging to Windows ACL support; fixes Windows backup toowsla2008-10-021-0/+4
| | | | | | | | SMB share. Improve test in fs_abilities to determine if Windows ACLs are supported. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@944 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add a warning message if extended attributes support is broken by theowsla2008-10-021-0/+3
| | | | | | | filesystem git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@943 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Improve handling of Windows ACLs by switching to API functions whichowsla2008-09-301-0/+3
| | | | | | | understand inherited ACEs; fixes support for Windows 2000. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@942 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Support extended attributes on symbolic linksowsla2008-09-271-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@939 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* On Mac OS X, read the com.apple.FinderInfo extended attribute since it is theowsla2008-09-261-0/+3
| | | | | | | only storage location for the 'busy' (Z) Finder attribute. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@938 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Properly fix no 'inc_compressed' attribute bug.owsla2008-09-251-0/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@937 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Improve support for Python 2.5, which refactored the built-in exceptions soowsla2008-09-241-0/+4
| | | | | | | that SystemExit and KeyboardInterrupt no longer derive from Exception. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@936 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Expand --exclude-if-present option to also support directories, symlinks, etc.owsla2008-09-041-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@935 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Start 1.2.2 changelogowsla2008-08-251-0/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@934 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Add some more Windows documentation and release 1.2.1owsla2008-08-251-1/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@931 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Disable hardlinks by default when backup source or restore destination isowsla2008-08-201-0/+3
| | | | | | | on Windows. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@926 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Properly catch KeyboardInterrupt on Python 2.5owsla2008-08-161-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@923 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Don't crash if a CacheIndexable tries to clear a non-existent cache entry.owsla2008-07-301-0/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@921 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109