}} How can I exclude all the other foldrs in the system and include only 1?
}}
}} It can't be in this case done by manually excluding all the other
folders in default.conf.

Do you mean you don't want to explicitly exclude all the other
folders?  You can exclude everything, then include the specific
directories you want.

Here is a vault config that I believe would do something similar to
what you wanted.  Basically I exclude everything, then include the two
folders I want.  The below will give me a backup of /etc and
/var/backups.

client:192.168.12.43
rsh: /etc/dirvish/dirvish-ssh.sh
tree: /
exclude:
 + /etc/
 + /etc/**
 + /var/
 + /var/backups/
 + /var/backups/**
 - *
index: gzip
image-default: %Y%m%d%H
_______________________________________________
Dirvish mailing list
[email protected]
http://www.dirvish.org/mailman/listinfo/dirvish

Reply via email to