Are you using rsync?  The default in 4.x is --one-file-system.  You can
edit the config file to remove that if you prefer. I do realize you said
"the client machine has only one partition", so that might not be the issue.

It would be helpful for you to include the exact rsync_bpc command that is
being run from the XferLOG file.

Craig

On Fri, Apr 17, 2020 at 8:56 AM Ghislain Adnet <gad...@aqueos.com> wrote:

> hi,
>
>   I am testing backuppc4 after quite some time using backuppc3. It is
> quite a pain as there is no packages. I used the
> commands from the source and (debian buster) :
>
>
> cpan install SCGI
> apt-get install  libcgi-pm-perl apache2-utils
>
>
> configure.pl                                    \
>          --batch                                \
>          --cgi-dir /usr/lib/backuppc/cgi-bin    \
>          --data-dir /var/lib/backuppc            \
>          --hostname $(hostname -f)              \
>          --html-dir /usr/share/backuppc/image    \
>          --html-dir-url /backuppc               \
>         --run-dir /var/run/backuppc             \
>         --log-dir /var/log/backuppc             \
>         --config-dir /etc/backuppc              \
>         --scgi-port 3000                        \
>          --install-dir /usr/share/backuppc;
>
>
>   to try to mimick the debian package of the 3.x, i use nginx with the
> exemple config to connect to the admin interface.
>
>   Using the same configuration than the 3.x version i have backups that
> just miss files, entire directory are skipped
> and i dont see why.
>
>   So i removed my cold onfiguration completly and put
>
> BackupFilesOnly  to /var/backups/mysql
> and removed all exclusions
>
> inside this directory /var/backups/mysql is just some gz of mysql dumps
> files.
>
>   The backups end well and tell me i have 0 files backuped.....
>
>   If i add /etc to the BackupFilesOnly list then /etc is perfectly
> backuped but still no  /var/backups/mysql :(
>
>   So i am quite at a loss here, any idea of what could be going on ? This
> configuration works like a charm on backuppc3,
> the client machine has only one partition.
>
> regards,
> Ghislain.
>
>
>
>
>
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to