I've already been down this road, unfortunately.  It's not scenic.

You can do something with predump to do "find . -iname *.doc >/tmp/filelist"
and then modify your tar command to use tar -T /tmp/filelist.

Be warned, this totally messes up backuppc's notions of how incrementals work, and how the cgi interface "fills-in" incrementals.

From what I have learned, you really are not supposed to circumvent the way backuppc crawls the filesystem.  You give it paths to crawl, and exclude/include patterns, and that's it.

Actually, forget predump-- can't you backup all word documents with an include filter? rsync --include=PATTERN

Sorry for the rambling..

brien

nilesh vaghela wrote:
Can we run some extra command before starting the backup??

Like
#find / *.doc | xargs rsync ....................... something

Anybody tried please let me know.

--
Nilesh Vaghela
ElectroMech
Redhat Channel Partner and Training Partner
74, Nalanda Complex, Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info

------------------------------------------------------------------------- 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/



-------------------------------------------------------------------------
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/

Reply via email to