diff --git a/TODO b/TODO new file mode 100644 index 0000000000000000000000000000000000000000..65ca22ef1602be03780711c7f9ed49257a6abb84 --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +TODO +---- + +- keep persistent statistics +- add hosts in a sensible order to the run list (e.g. alternate slowest then fastest) +- use a real config file +- print nicer output +- make output emailable not just STDOUT diff --git a/rdiff-manager.py b/rdiff-manager.py index 4524cb1d3852542bbb38d502f20e45488c48c1c0..98072af5275ec9b732a58c968255a3d6c9e4942d 100755 --- a/rdiff-manager.py +++ b/rdiff-manager.py @@ -69,8 +69,6 @@ if __name__ == '__main__': hosts = [] - # TODO: add hosts in a sensible order - # e.g. alternating slowest & fastest for host in hostnames: hosts.append( { 'hostname': host, 'include_file': '%s/%s.conf' % (configs_path, host),