Update README.md

Now done: "Check if there's enough space in the destination before doing the backup. Also automatically delete old backups."
This commit is contained in:
Laurent
2013-11-13 17:57:51 +08:00
parent c505ecbfb8
commit 8a2e91813b
+2 -2
View File
@@ -40,10 +40,10 @@ An optional exclude file can be provided as a third parameter. It should be comp
# TODO # TODO
* Check if there's enough space in the destination before doing the backup. Also automatically delete old backups.
* Manage the backups in a way similar to Time Machine - hourly backups for the past 24 hours; daily backups for the past month; weekly backups for the previous months. * Manage the backups in a way similar to Time Machine - hourly backups for the past 24 hours; daily backups for the past month; weekly backups for the previous months.
* Other minor changes (see TODO comments in the source).
# LICENSE # LICENSE
[MIT](http://opensource.org/licenses/MIT) [MIT](http://opensource.org/licenses/MIT)