diff options
author | Matthew Bloch <matthew@bytemark.co.uk> | 2015-02-12 17:25:26 +0000 |
---|---|---|
committer | Matthew Bloch <matthew@bytemark.co.uk> | 2015-02-12 17:25:26 +0000 |
commit | 613d6b891f842057187f0b1202438851893e5a60 (patch) | |
tree | 849963d105438c7300d36e00996e396693cefa6f | |
parent | 76122840db2eba37508d7984beae66494068bbf4 (diff) |
New & expanded TODOs after pairing session with John.
-rwxr-xr-x | TODO.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,11 +1,23 @@ TODO list for byteback ====================== +* byteback-restore program + +* byteback-prune does not cope with the case where the mount point is not + writeable (should print error explaining that) + +* retrieve scripts for checking status etc. from Bytemark managed hosts, + integrate into main project. + +* byteback-setup-client should support use of own accounts on server (i.e. + not forcing you to ssh to byteback@server, change password etc.) + * byteback directory should be at the end of the load path, not start * change default retry parameters to cover 24 hour window * "backup could not be marked as complete" message unhelpful on client system - why? + (should retry when SSH error == 255, otherwise give up) * how do we stop backups from crashing server's kernel? * locking up completely (e.g. "touch newfile" never returns) @@ -16,8 +28,6 @@ TODO list for byteback * try to deal with https://btrfs.wiki.kernel.org/index.php/Problem_FAQ#I_get_.22No_space_left_on_device.22_errors.2C_but_df_says_I.27ve_got_lots_of_space ? -* byteback-restore program - * out-of-date check should suspend judgment when backup is in progress * add idea of progress on server side? |