Fri, 02 Mar 2012 16:59:14 +0200rsync-snapshot: better ConfigError for referencing invalid [interval:..] from [target:...:intervals]; tidy up INFO output a little
Tero Marttila <terom@paivola.fi> [Fri, 02 Mar 2012 16:59:14 +0200] rev 35
rsync-snapshot: better ConfigError for referencing invalid [interval:..] from [target:...:intervals]; tidy up INFO output a little

Fri, 02 Mar 2012 16:46:38 +0200rsync-wrapper: default to logging.INFO; cleanup pvl.backup.rsync info output
Tero Marttila <terom@paivola.fi> [Fri, 02 Mar 2012 16:46:38 +0200] rev 34
rsync-wrapper: default to logging.INFO; cleanup pvl.backup.rsync info output

Fri, 02 Mar 2012 16:15:47 +0200mount/rsync: use a tmpdir for mounting, not /mnt
Tero Marttila <terom@paivola.fi> [Fri, 02 Mar 2012 16:15:47 +0200] rev 33
mount/rsync: use a tmpdir for mounting, not /mnt

Fri, 02 Mar 2012 16:15:32 +0200rsync-wrapper: targeted --debug-for specific loggers
Tero Marttila <terom@paivola.fi> [Fri, 02 Mar 2012 16:15:32 +0200] rev 32
rsync-wrapper: targeted --debug-for specific loggers

Fri, 02 Mar 2012 15:58:45 +0200rsync-snapshot: fix clean_interval to actually clean up the oldest snapshots, not the newest ones..
Tero Marttila <terom@paivola.fi> [Fri, 02 Mar 2012 15:58:45 +0200] rev 31
rsync-snapshot: fix clean_interval to actually clean up the oldest snapshots, not the newest ones..

Fri, 02 Mar 2012 15:52:25 +0200version: 0.2.3; move version to pvl.backup.__version__; add --version opt
Tero Marttila <terom@paivola.fi> [Fri, 02 Mar 2012 15:52:25 +0200] rev 30
version: 0.2.3; move version to pvl.backup.__version__; add --version opt

Fri, 02 Mar 2012 15:40:21 +0200lvm: try and workaround an umount -> lvremove udev timing bug with a time.sleep(1)
Tero Marttila <terom@paivola.fi> [Fri, 02 Mar 2012 15:40:21 +0200] rev 29
lvm: try and workaround an umount -> lvremove udev timing bug with a time.sleep(1)

Fri, 02 Mar 2012 15:39:50 +0200rsync: pass command as list, moving the shlex.split to main; support `rsync -e "rsync-wrapper -C --"` style execution with the rsync command given as arguments
Tero Marttila <terom@paivola.fi> [Fri, 02 Mar 2012 15:39:50 +0200] rev 28
rsync: pass command as list, moving the shlex.split to main; support `rsync -e "rsync-wrapper -C --"` style execution with the rsync command given as arguments

Fri, 02 Mar 2012 14:41:19 +0200invoke: change process_opt behaviour to omit all bool(...) == False options, including empty strings (fixes mount --options use)
Tero Marttila <terom@paivola.fi> [Fri, 02 Mar 2012 14:41:19 +0200] rev 27
invoke: change process_opt behaviour to omit all bool(...) == False options, including empty strings (fixes mount --options use)

Tue, 21 Feb 2012 16:29:12 +02000.2.2: fix rsync_wrapper mount
Tero Marttila <terom@paivola.fi> [Tue, 21 Feb 2012 16:29:12 +0200] rev 26
0.2.2: fix rsync_wrapper mount