Hi, I have about windows 80 clients backuped with backuppc, using smbd (because they were already installed with an admin share for C$, so faster to configure).
For each client, the config lokks like: $Conf{SmbShareName} = ['C$']; $Conf{BackupFilesOnly} = { 'C$' => ['\Documents and Settings', '\MyOtherdir'] }; Now I would like to save space by filtering .avi/.mp3/... files. But unfortunatly smbclient cannot use tar exclude/include option at the same time. So I maybe I can: - rename SmbShareName to somethink like: $Conf{SmbShareName} = ['C$\Documents and Settings', 'C$\MyOtherdir']; But I don't now if it's possible to use such share names and I don't know how to rename a share in backuppc to keep current history. - Modify BackupPCTarExtract to skip .avi,.mp3,... files (ok it will not save bandwidth, but disk space which is my goal). Any comment, any other idea? -- Emmanuel Lacour ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/