Hi Falko,
indeed that was the problem. I correct the definition and the exclude dir and
now it works.
thx.
Taste
--
Am 21.04.2021 10:47:12, schrieb Falko Trojahn via BackupPC-users:
> 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
> [email protected]
> List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki: https://github.com/backuppc/backuppc/wiki
> Project: https://backuppc.github.io/backuppc/
>
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/