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/