• Wolfgang Bumiller's avatar
    vzdump: replace 'find' exclude command switches · 042559ee
    Wolfgang Bumiller authored
    We're replacing the use of 'find' in the backup code for
    various reasons, so we cannot use find-specific options
    anymore. Besides, it's up to the plugin to create the
    archive and there's no guarantee using 'find' even makes
    sense. Even in the current code it's not being used when
    hitting the rsync case anyway.
    
    Now using simple glob patterns as that is more widely
    supported.
    042559ee
VZDump.pm 31.1 KB