20.04.2014 18:56, [email protected] пишет: > Hi, > I put this in config.pl > > $Conf{FullKeepCnt} = [ > '2' > ]; > > > anyway, for several hosts, I have 3 or even 4 full backups, and I'm running > out of disk space! > What's wrong? > Thank you very much >
Do you have incremental backups that depends on that extra full backups? Full backup are kept until incremental backups expire. Usually having many full backups is not an issue. Because of pooling (deduplication). Identical files across multiple backups are stored only once. Also you can delete some backups by hand. Remove backup nnn directory TOPDIR/pc/HOST/nnn . Unused pool files will be deleted, when BackupPC_nightly next runs. You can start BackupPC_nightly immediately: # su backuppc $ BackupPC_serverMesg BackupPC_nightly run -- Alexander ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ 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/
