diff options
author | Rob Austein <sra@hactrn.net> | 2006-09-27 21:26:33 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-09-27 21:26:33 +0000 |
commit | 53f55ea50910ea6bf897aae949e18ea0e9e92bfe (patch) | |
tree | e709e5a5a205ef0b833458e6ece87583569070db | |
parent | a9ce71c8dbd8d2213bbe91a8282ddc803f556bbf (diff) |
todo
svn path=/rcynic/README; revision=335
-rw-r--r-- | rcynic/README | 10 |
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). |