aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 25a0285..5213c3f 100644
--- a/TODO
+++ b/TODO
@@ -12,9 +12,11 @@
- Delete 'too new' symlinks in by_number.
- Per dirpath rsync_args.
- Allow resuming of backups.
+ `- See rsync's `--ignore-existing' flag
- Shell completion of configured backup paths.
# -- PROBLEMS -- #
+- rsync bug: https://bugzilla.samba.org/show_bug.cgi?id=13445
- Permissions.
`- Suppress error output by 2>/dev/null.
`- Save errors in a var by 'var="`cmd 2>&1`"'.