aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2006-01-14 16:27:28 +0000
committerMicah Anderson <micah@riseup.net>2006-01-14 16:27:28 +0000
commit91fba766e8c8744628fd6e4a3f567f72f3008d57 (patch)
tree6550d97eed00b842847308c56de40f1b35ce234d
parent83b09d71e9ecf1bdd4ce4cb13cc1ba3c91ff18aa (diff)
downloadbackupninja-91fba766e8c8744628fd6e4a3f567f72f3008d57.tar.gz
backupninja-91fba766e8c8744628fd6e4a3f567f72f3008d57.tar.bz2
Added TODO list and updated Authors
-rw-r--r--AUTHORS4
-rw-r--r--TODO11
2 files changed, 13 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 5727a02..2ccd40f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,8 +6,8 @@ elijah@riseup.net -- original code, bug fixes, man pages
micah@riseup.net -- debian package, vserver support, bug fixes
stefani@riseup.net -- makecd handler, man pages
intrigeri@boum.org -- dup handler, pgsql handler, vserver support, bug fixes
-Charles Lepple -- trac handler
-Petr Klíma -- autotools and RPM support
+Charles Lepple -- trac handler
+Petr Klíma <petr.klima@madeta-group.cz> -- autotools and RPM support
Patches:
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..03e1dd5
--- /dev/null
+++ b/TODO
@@ -0,0 +1,11 @@
+
+This is a todo list, want to help? Pick something and let the list know
+you are working on it!
+
+. Make ninjahelper allow you to pick what type of backup you want (instead
+ of just assuming you want local-to-remote, or push backups. Some people
+ want local-to-local, or remote-to-local, or pull backups).
+
+. Make it so backupninja can be run as a regular user, instead of requiring
+ root
+