|
-
November 13th, 2001, 04:06 PM
#14
No really, I wasn't kidding on the Travans
here is an example
<a href="http://www.us.buy.com/retail/product.asp?loc=14617&sku=10297114&PageFormat=7#pr oduct" target="_blank">http://www.us.buy.com/retail/product.asp?loc=14617&sku=10297114&PageFormat=7#pr oduct</a>
then use the at command to schedule the backups ie
at 23:00 /every:m,t,w,th,f c:\archive.bat
at 6:00 /every:t,w,th,f,s c:\eject.bat
then create archive batch files with something like this in them
ntbackup backup c: d: /v /d "daily_backup" /b /hc ff /t normal /l "c:\backuplogs\archive.log" /tape:0
I actually have one batch for each day and dump it to different log files per day so the logfiles don't lock the system up (they can get pretty big pretty quickly and ntbackup hangs on them trying to open and update.) then you just go in weekely and move them or clean them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks