On Mon, 23 Jan 2006 02:03:11 +0000, Stroller <(E-Mail Removed)>
wrote:
>What I want is a backup program that will let me specify one set of
>files to back up and will back them up at 4am each weekday. I don't want
>it to care what tape is in the drive - I'll assume that the staff on
>site will usually remember to change the tape, but I don't want the
>backup to fail if the "Monday's tape" is in the drive and it's Tuesday.
Stroller.. I had a similar requirement just after Christmas for a guy
who has a small office working from home.
NTBACKUP as others have mentioned is your cheapest way to go.
You can do quite alot from the commandline with it - and then use the
Windows scheduler to invoke the command at the appropriate time.
Check this link out for the full commandline syntax:
http://support.microsoft.com/default...b;en-us;814583
It wont email you though.. so your best bet is to ensure you enable
logging to a file, and rather than running the ntbackup .......
directly from within scheduler - knock yourself a quick .CMD file
which runs the ntbackup, and then you could create another command to
email you the log file.
To do that, I'd recommend you use POSTIE.. it's commandline util
allows you to do SMTP/POP3 and all sorts on the command line.
You can get it from here:
http://www.infradig.com/download.shtml
So - if your log file was called c:\logs\backup.log and you wanted to
send the email to
(E-Mail Removed) do something like this:
postie -host:10.10.10.1 -to:(E-Mail Removed)
-from:(E-Mail Removed) -a:c:\logs\backup.log -s:Backup
Results -nomsg
Obviously change the host to the server which is running SMTP/Exchange
or whatever, and voila - you'll get an email with the backup log
attached.
Hope that is helpful to you..
BTW - I don't know what your "arrangement" is with the customer - but
if you rely on them changing tapes etc.. watch you don't get caught
out - by them not bothering, and when the server goes down you ain't
got a tape - and they blame you for the loss of data etc...it gets
painful.
I've now learnt after 15 years in the business - don't trust your
client to do anything - and try not to support anything you ain't got
100% control of!
Not that I'm bitter or anything ;-)
All the best
Steve
stevec at chestnut *d-o-t* homeip *d-o-t* net