Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: lucho115 on March 16, 2007, 01:32:22 PM
-
Ok, i want to back up all my config but not the content of tha homes of the users ,mails and ibays.
With smeserver-dar2 i can limit the backup job and do that ibay be not backed up, but how can i do to prevent to backup mails and homes ?
Thkns
-
Adding those directories to the prune directories section should do the trick?
Ryan
-
Adding those directories to the prune directories section should do the trick? [/code]
No, i cant do that because o have 200 user so i can enter 200 homes and mails folder root to the prune directories section, can you understand me?
i can be done if same king of regular expresion could be done, example:
prune : /home/e-smith/files/users/*/home
/home/e-smith/files/users/*/maildir
I enter this kind of routes in prune but dont work.
The question is how i have to write the route?
thks
-
prune : /home/e-smith/files/users/*/home
Absolute paths are invalid, so drop the leading / to become:
home/e-smith/files/users/*/home
Darrell
-
OK, thanks, i am going to try, but you are saying that the "*" is OK to refer to all users??
tnks
-
OK, thanks, i am going to try, but you are saying that the "*" is OK to refer to all users??
tnks
Yes it will work just fine.
-
OK, its work ok, thanks dmay, and thanks for another great contrib.
bye