Voor het veiligstellen van bestanden kan het programma rdiff-backup worden gebruikt. Eigenlijk is het geen programma, maar een deftig Python-script dat op verschillende besturingssystemen zijn werk kan doen. Het is mogelijk om van mappen op hetzelfde systeem een backup te maken of via een netwerkverbinding de data op een andere locatie op te slaan. Naast de standaard backup houdt het ook een aparte map bij waarin de wijzigingen worden bijgehouden, zodat je een verwijderd bestand kan terughalen. Voor meer informatie verwijzen we jullie door naar deze pagina. De ontwikkelaars hebben versie 1.2.7 de deur uitgedaan en voorzien van de volgende lijst met veranderingen:
Version 1.2.7:Version 1.2.6:
- Don't crash when filesystem can't set ACL. Thanks to Matt Thompson for the bug report.
- Properly disable hardlinks by default on Windows.
- Fix Python 2.2 compatibility. Closes Savannah bug #25529.
- Fix typo which caused failure when checking if another rdiff-backup process is running on Windows. Thanks to Ryan Hughes for the bug report.
Version 1.2.5:
- Improve support for handling too long filenames under Windows. Too long directory names and paths are still a problem.
- Print more helpful error messages when the remote command cannot be started on Windows. Thanks to Dominic for the bug report.
- Fix --test-server option when used with remote Windows clients. Thanks to Thanos Diacakis for testing.
- Fix --override-chars-to-quote option.
Version 1.2.4:
- Fix typo in robust.py which broke error reporting. Closes Savannah bug #25255.
- Ignore Windows errors caused by too long filenames; the files are not yet backed-up, but the backup process is no longer halted.
- Disable escaping trailing spaces and periods for now since it broke remote restores. Thanks to Dominic for reporting the issue.