summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bloch <matthew@bytemark.co.uk>2015-02-12 17:25:26 +0000
committerMatthew Bloch <matthew@bytemark.co.uk>2015-02-12 17:25:26 +0000
commit613d6b891f842057187f0b1202438851893e5a60 (patch)
tree849963d105438c7300d36e00996e396693cefa6f
parent76122840db2eba37508d7984beae66494068bbf4 (diff)
New & expanded TODOs after pairing session with John.
-rwxr-xr-xTODO.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index ccb6de5..a3607fe 100755
--- a/TODO.md
+++ b/TODO.md
@@ -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?