version: 0.5.2
authorTero Marttila <terom@paivola.fi>
Tue, 19 Jun 2012 11:35:08 +0300
changeset 66 f96289ad970c
parent 65 462cecaa70d0
child 67 91153d8b499c
version: 0.5.2
TODO
pvl/backup/__init__.py
--- a/TODO	Tue Jun 19 11:32:38 2012 +0300
+++ b/TODO	Tue Jun 19 11:35:08 2012 +0300
@@ -1,9 +1,7 @@
 TODO:
-    run other targets even if one target fails due to a error (but fail on bugs...) (base class Exception?)
+    simplify pvl.backup-snapshot, perhaps moving multiple-target support to a separate config bash script?
 
-    fix logging exec/scriptname prefix
-
-    stats: total/changed files/bytes
+    stats: total/changed files/bytes + time?
 
     config: [target] exclude = ...
 
@@ -21,3 +19,9 @@
 0.5.0:
     config:     split pvl-backup.d configs
     logging:    less config/source-parsing, more 'real rsync command running'
+
+0.5.2:
+    retry snapshot lvremove; usually works on the 2/3rd try?
+    fix logging exec/scriptname prefix (for both scripts!)
+    run other targets even if one target fails due to a error (but fail on bugs...)
+
--- a/pvl/backup/__init__.py	Tue Jun 19 11:32:38 2012 +0300
+++ b/pvl/backup/__init__.py	Tue Jun 19 11:35:08 2012 +0300
@@ -4,4 +4,4 @@
     Supports LVM w/ snapshots.
 """
     
-__version__ = '0.5.1'
+__version__ = '0.5.2'