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.