Originally posted by: Peter
You are supposed to use multiple tapes in rotation, exactly so that you don't lose your only existing backup when overwriting today's tape.
Originally posted by: Scarpozzi
I've only used NTBackup on my XP box at home. At work, we always used enterprise-level backup solutions. (legato, backup exec, Arcserv, etc)
I suggest checking your event logs to see what it's griping about. It could be as simple as the naming of your file. If it's trying to save the same filename, it might not 'overwrite' it.
When you say append, I don't know what that means exactly. I mean, if you're doing a full backup there's nothing to append. Each backup is going to be its own beast. If you're doing incremental or differential, you might be able to append them...
Another thing I always suggest with NTBackup....or any backup. Create a backup user. That way, you can give that user elevated rights to backup the system without having to use the Admin account. I create an account called backupop or something easy to remember... There should be a group security policy called backup administrators floating around in Windows you can use. When you schedule your backups, run them as that user....it will also help you identify what's going on in the logs because you'll be able to quickly scan to the lines with that account referenced.Originally posted by: rasczak
We have this software as well (the only one approved for our project) it's a total pain in the ass to figure out. If you ahve any suggestions i'd gladly take them.
Originally posted by: RebateMonger
Search Microsoft's site for "Unmanaged" backups. (The /um parameter added to the NTBackup command.)
Originally posted by: Scarpozzi
Another thing I always suggest with NTBackup....or any backup. Create a backup user. That way, you can give that user elevated rights to backup the system without having to use the Admin account. I create an account called backupop or something easy to remember... There should be a group security policy called backup administrators floating around in Windows you can use. When you schedule your backups, run them as that user....it will also help you identify what's going on in the logs because you'll be able to quickly scan to the lines with that account referenced.Originally posted by: rasczak
We have this software as well (the only one approved for our project) it's a total pain in the ass to figure out. If you ahve any suggestions i'd gladly take them.