Hi,

 I successfull backup /var/home/bob/files/* .

not neccessary to backup under /var/home/bob/files/upload/<here are these 
files>.

I use rsync - any idea what i do wrong?

It depends on the defined shares.

Example:

$Conf{BackupFilesExclude} = {
  '*' => [
    '/junk',
    '/dont_back_this_up'
  ],
  '/home' => [
    'falko/Download',
    'grae19/'
  ]
};

So, if /var/home/bob/files is your share, you would need

$Conf{BackupFilesExclude} = {
  '/var/home/bob/files' => [
    'upload/'
  ]
};

HTH
Falko


_______________________________________________
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