• Sean Kimball
    0
    Trying to exclude multiple folders, I read a post that the wildcard feature was supposed to be implemented last April, but does not seem to be documented or working. This is what I am trying to do:

    <ExcludeFodlerList>
            <string>cache</string>
            <string>log</string>
            <string>tmp</string>
            <string>/var/www/vhosts/*/private</string>
            <string>/var/www/vhosts/*/statistics</string>
            <string>/var/www/vhosts/*/anon_ftp</string>
            <string>/var/www/vhosts/*/logs</string>
            <string>/var/www/vhosts/*/cache</string>
    </ExcludeFodlerList>
    

    Has this been implemented? Is there another method of achieving this? There are several hundred directories in the vhosts folder that change frequently - checking and unchecking boxes in an interface is not an efficient solution.

    ***OR***

    Can a file be included in a backup plan configuration? i.e. a shell script that can generate an exclude directory list??
  • Matt
    91
    Better to create a ticket regarding that and send us the diagnostic logs, we'll forward them to our Linux team.
  • Sean Kimball
    0
    not really a ticket issue, those were all functionality questions.
bold
italic
underline
strike
code
quote
ulist
image
url
mention
reveal
youtube
tweet
Add a Comment