Hi all,
i am tring to configure BackupPc to EXCLUDE some directories on my backups.
I need to exclude many (very big) caches directories from backups on
different machines
can you help me?
this is my configuration but doen't work, navigationg on the backups i
always have /wp-content/cache/ directory filled of GB of files
$Conf{BackupFilesExclude} = {
'cscart-cache' => [
'/*/var/cache/*'
],
'prestashop-cache' => [
'/*/cache/cachefs/*'
],
'wordpress-cache' => [
'/*/wp-content/cache/*'
]
};
thanks
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/