ADSM-L

Re: Archiving without deleting???

2001-10-08 18:29:02
Subject: Re: Archiving without deleting???
From: Alex Paschal <AlexPaschal AT FREIGHTLINER DOT COM>
Date: Mon, 8 Oct 2001 15:26:15 -0700
How about backing up those directories as normal, and in your daily script
run a

find /var/log/OLD/ -mtime +7 -print 2>/dev/null | xargs dsmc -id=id -pa=pa
archive -deletefiles

That way they'll stay on disk for a week and they won't get deleted unless
they're archived.  I didn't try out the command I gave above, and I'm sure
it needs a bit of minor tweaking, but I think the concept should work and
meet your stated requirements.  I don't, however, know of an "incremental
archive."

Alex

<Prev in Thread] Current Thread [Next in Thread>