aboutsummaryrefslogtreecommitdiff
path: root/rcynic/README
diff options
context:
space:
mode:
Diffstat (limited to 'rcynic/README')
-rw-r--r--rcynic/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/rcynic/README b/rcynic/README
index 3ac99b34..39caaac7 100644
--- a/rcynic/README
+++ b/rcynic/README
@@ -83,3 +83,13 @@ a database design standpoint, this is not very efficient, but as the
rcynic's main bottlenecks are expected to be crypto and network
operations, it seemed best to keep the design as simple as possible,
at least until execution profiling demonstrates a real issue.
+
+To Do:
+
+- Support for running rsync chrooted.
+
+- Override name of rsync program.
+
+- Integrate rsync via rsync library? (probably not...)
+
+- Timeout hung rsync connections (see comments in code).