Subject: | first 'Directory' option can't be an extended one |
I try to backup my entire root filesystem ('/'). Doing all without
exception is working:
<Backup computer.home>
Directory /
</Backup>
But if I try to exclude some files (config below), I get the following
error:
Not a HASH reference
at /usr/lib/perl5/vendor_perl/5.10.0/Backup/Snapback.pm line 684.
Not a HASH reference
at /usr/lib/perl5/vendor_perl/5.10.0/Backup/Snapback.pm line 684.
The config for this looks like:
<Backup computer.home>
<Directory />
Exclude /tmp/*
</Directory>
</Backup>
If I add both it is working and doing that I expect:
<Backup computer.home>
Directory /
<Directory />
Exclude /tmp/*
</Directory>
</Backup>
This also works for other directories (not '/'). It seems to be that
the first 'Directory' option can't be an extended version?!
opensuse-11.1; This is perl, v5.10.0 built for
x86_64-linux-thread-multi
Thanks for keeping this project alive!