-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Omar Llorens Crespo Domínguez wrote: > Hi, > I have a PC to make a backups with BackupPC, but the problem is that the > hard disk si full and backuppc can't do more backupps. > I was checking the configuration of the rsyncd in my clients and i saw > that backuppc have to copy a (mp3, iso,...). > When i saw this, i excluded this files in a winxp.pl. Now i need to > remove this files (mp3, iso,....), i used BackupPC_deleteBackup.sh but > i can't remove only this files , it remove the number o backup, and if i > do ./BackupPC_deleteBackup.sh -c pcWinxp -d 411 -f , i haven`t the real > free space that i must have. > Are there any way to remove only the files i want? not only the links, > the fisical file too. > Thanks for your help, and sorry for my english.
After you remove data from the backuppc/pc/<hostname>/<num>/ directory, you also need to run the BackupPC_nightly which will remove the files from the pool/cpool directory as needed. You browse the directories in the backup folders and delete random files from the backup, or something like: cd backuppc/pc/host rm -vi `find . |grep .iso$` Which will delete all the iso files for that host. Then you can run the nightly script, and it will actually free up the space. Regards, Adam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI/FQmGyoxogrTyiURAvMhAJ4+2OXUbyo4bO2Uv04B/jX4GxN24wCgvvFL LQ2ynAIQV5Z60G1b+YxaSN4= =+m3j -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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/
