Hello,

I'm using BackupPC 4.4.0 and used the web gui to backup some
directories. This created the following config.

$Conf{RsyncShareName} = [
  '/etc/',
  '/usr/',
  '/var/'
];

I try to exclude the log directory using the following config. However
this doesn't seem to work.

$Conf{BackupFilesExclude} = {
  '*' => [
    '/var/log'
  ]
};

The log directory is still included in the backups.

Is the above config correct? I'm using rsync. All machines are ubuntu.

Chiel


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to