rdiff-backup:v1.2.x

Last commit made on 2018-01-12
Get this branch:
git clone -b v1.2.x https://git.launchpad.net/rdiff-backup

Branch merges

Branch information

Name:
v1.2.x
Repository:
lp:rdiff-backup

Recent commits

adc7c65... by owsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Fix OverflowError on 64-bit systems when backing up symlinks with uid or gid
above INT_MAX. This fix is the same as r77008 in the Python source.

a3e3818... by joshn <joshn@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Fix exception in win_acls.py when backing up Windows -> Linux.

ee6bef8... by joshn <joshn@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Fix restoring single files.

6a60298... by joshn <joshn@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Gah. Fix unicode support for linux systems where the destination Python installation doesn't support unicode filenames.

2b13163... by joshn <joshn@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Fix exception when unable to read a Windows ACL to clear it.

72446c8... by joshn <joshn@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Provide backwards compatibility with non-unicode version of Windows ACL file.

306df0c... by joshn <joshn@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Some older systems don't support unicode, so check for support before using it.

347ce48... by joshn <joshn@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Use Unicode for paths internally to add support for Unicode on Windows.

88a533d... by owsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Fix typo.

c903bc3... by owsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>

Don't print "Fatal Error" if --check-destination-dir completed successfully.