-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mauro Condarelli wrote: > Hi everybody, I installed backuppc on a fairly up-to-date ubuntu > 8.10 machine to backup it and a few other machines on my home LAN. > I'm using a fairly large (1.5T) eSATA external disk (formatted > ext3) for the data pool. My data pool is essentially static, but, > all the same, every time I backup the pool decreases dramatically, > just like it copied over the same files instead of using links. It > also takes a very long time (>>24h) to back up my localhost > (~600Gb). Is this normal? > no > before: ------------------------------------ ma...@heimdall:~$ df > File system blocchi di 1K Usati Disponib. Uso% Montato > su /dev/sde1 1442145212 595568000 773320412 44% > /media/BackupPC ------------------------------------ now: > ------------------------------------ > -ma...@heimdall:/lib/modules/2.6.27-8-generic$ df /dev/sde1 > 1442145212 996767156 372121256 73% /media/BackupPC
> What did I broke? Please advise. You modified topdir in config.pl and mounted your external drive in the wrong location. Basically you can't modify topdir in the config.pl (at all if you are using a package installed version of backuppc). To solve your 1st problem, umount the drive from /media/BackupPC and mount it on /var/lib/backuppc and revert the change in config.pl. That should fix the pooling issue. 2nd possible problem, make sure you exclude /var/lib/backuppc from your localhost backups, or configure to only backup a single filesystem at a time. 3rd problem, broken graphs - I'm not sure if this is related to the above, but fix the first two problems, and then look through the log files to find an error message relating to the graphs and we should be able to help further. PS, if you installed from source code, then please ignore almost everything I said above, but in either case, read the wiki for how to change the topdir correctly (there are methods for both building from source and installing from a package). Regards, Adam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknRRQgACgkQGyoxogrTyiX5MACgwSx1RLgPHAJpeeoLl+nZ/oW0 p+kAnA9Oqheh5weiXn/YJEgD+YtScNtS =HO4A -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
