version: 0.5.0; TODO
authorTero Marttila <terom@paivola.fi>
Thu, 24 May 2012 13:08:08 +0300
changeset 58 99d59876e05b
parent 57 52a4be76e85a
child 59 b9c014c353a3
version: 0.5.0; TODO
TODO
pvl/backup/__init__.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TODO	Thu May 24 13:08:08 2012 +0300
@@ -0,0 +1,17 @@
+TODO:
+    run other targets even if one target fails due to a error (but fail on bugs...) (base class Exception?)
+
+0.3.0:
+    pvl.backup.mount: mount without readonly fails to omit --options arg
+    XXX: rsync-snapshot clean_interval removes newest items
+    rsync-wrapper: uses /mnt
+    better config error when referencing an undefined interval for [target:$:intervals]
+
+0.4.0:
+    XXX: bad implementation
+        different run-intervals?
+        bi-daily intervals?
+
+0.5.0:
+    config:     split pvl-backup.d configs
+    logging:    less config/source-parsing, more 'real rsync command running'
--- a/pvl/backup/__init__.py	Thu May 24 13:05:48 2012 +0300
+++ b/pvl/backup/__init__.py	Thu May 24 13:08:08 2012 +0300
@@ -4,4 +4,4 @@
     Supports LVM w/ snapshots.
 """
     
-__version__ = '0.4.2'
+__version__ = '0.5.0'