Hi there, I'm about to implement my backup-to-tape solution. I wrote a script which will create tar.bz2 archives for recently backed up hosts. When I tested BackupPC_tarCreate, it produced the following errors:
Got unknown type 8 for ./dev/log Got unknown type 8 for ./var/run/.resmgr_socket Got unknown type 8 for ./var/run/powersave_socket Got unknown type 8 for ./var/run/pluto/pluto.ctl Got unknown type 8 for ./var/lib/stunnel/dev/log Got unknown type 8 for ./var/lib/ntp/dev/log Got unknown type 8 for ./var/spool/postfix/private/anvil etc. These are all unix domain sockets and should simply be ignored (why can't tar save these like the device nodes in /dev?) It's pretty difficult to filter the error messages since I'm piping tarCreate output through bzip2, so I'd like to disable the warning. Is it possible? Bye+Thanks! Tino. -- „Es gibt keinen Weg zum Frieden. Der Frieden ist der Weg.” (Mahatma Gandhi) www.craniosacralzentrum.de www.forteego.de ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ 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/
