aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-01 04:18:54 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-01 04:18:54 +0100
commitb3352cb42a4d6e98f8b6203fe427fbd9959f3c2e (patch)
tree927a65bc301046c6adf82f3540125506748c75ff /TODO
parent4e743f361c62ca9a0eac47b80a1313b54454e425 (diff)
Fix by_number/
Before, it did not work correctly for >= 100 backups. (There would only be prepended 0 or nothing to the unpadded number.)
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5213c3f..b62b497 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,8 @@
- Allow resuming of backups.
`- See rsync's `--ignore-existing' flag
- Shell completion of configured backup paths.
+- Use `local'.
+- Better error handling on failure (of rsync).
# -- PROBLEMS -- #
- rsync bug: https://bugzilla.samba.org/show_bug.cgi?id=13445