rdiff-backup:v1.3.x

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

Branch merges

Branch information

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

Recent commits

021da44... 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.

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

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

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

Fix restoring single files.

8dcc036... 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.

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

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

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

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

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

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

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

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

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

Fix typo.

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

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