Re: tar ignoring --one-file-system

2008-08-28 Thread Kirk Strauser
On Tuesday 26 August 2008 14:47:54 Dustin J. Mitchell wrote: Do your incremental files specify directories that cross devices? That fixed it.  Thanks! -- Kirk Strauser

tar ignoring --one-file-system

2008-08-26 Thread Kirk Strauser
I'm using Amanda 2.5.1p3 and GNU tar 1.20 on a FreeBSD 7 system. I noticed something was askew when Amanda made an 11GB backup of a 6GB filesystem: # amstatus Daily | grep '/jail ' kanga.honeypot.net:/jail 1 11419996k writing to tape (11:47:21) # du -shx /jail 5.8G

Re: tar ignoring --one-file-system

2008-08-26 Thread Jean-Louis Martineau
--one-file-system doesn't works for NFS mountpoint. You must exclude the ./rabbit.honeypot.net directory. Jean-Louis Kirk Strauser wrote: I'm using Amanda 2.5.1p3 and GNU tar 1.20 on a FreeBSD 7 system. I noticed something was askew when Amanda made an 11GB backup of a 6GB filesystem: #

Re: tar ignoring --one-file-system

2008-08-26 Thread Dustin J. Mitchell
Have a look at the runtar debug log to see exactly how it's invoking tar, just to be sure. Do your incremental files specify directories that cross devices? Does Amanda cross devices even when doing a level 0? Dustin -- Storage Software Engineer http://www.zmanda.com

Re: tar ignoring --one-file-system

2008-08-26 Thread Kirk Strauser
Jean-Louis Martineau wrote: --one-file-system doesn't works for NFS mountpoint. You must exclude the ./rabbit.honeypot.net directory. ZFS, actually, and ./rabbit.honeypot.net/proc is devfs. Is tar really that broken? -- Kirk Strauser