Hi All,
Has anyone got a procedure for backing up a 4400?
Thanks,
Killian
4400 Back Up
-
amumar12
-
rdclan
-
rdclan
First before every Backup i log into all the the 4400 and do swinst / Backup / Immed backup on Hard disk.
I created on my Windows PC the Following Files:
Backup.cmd :
cd \
d:
cd backup\n3\
ftp -i -s:n3.txt
cd \
d:
cd backup\n5\
ftp -i -s:n5.txt
(and for Voiceguides
cd \
d:
cd backup\n10\vg\
ftp -i -s:n10vg.txt
and so on, for every node.
In the Folders d:/Backup/Nx/ put a file Nx.txt, where you specify what the FTP has to do :
N3.txt :
open 10.15.3.1
mtcl
mtcl
bin
hash
mget /usr4/BACKUP/IMMED/*
bye
and for VoiceGuides :
n10vg.txt:
open 10.15.10.3
mtcl
mtcl
bin
hash
mget /usr7/vg/dhs/*
bye
The backup.cmd will now download in all my 4400 and put them on my local D:/ drive, and i can burn it on CD.
If you want daily backups, you can edit the files the way you can get the daily Files, if you have daily backup on Harddisk in your 4400 enabled.
I created on my Windows PC the Following Files:
Backup.cmd :
cd \
d:
cd backup\n3\
ftp -i -s:n3.txt
cd \
d:
cd backup\n5\
ftp -i -s:n5.txt
(and for Voiceguides
cd \
d:
cd backup\n10\vg\
ftp -i -s:n10vg.txt
and so on, for every node.
In the Folders d:/Backup/Nx/ put a file Nx.txt, where you specify what the FTP has to do :
N3.txt :
open 10.15.3.1
mtcl
mtcl
bin
hash
mget /usr4/BACKUP/IMMED/*
bye
and for VoiceGuides :
n10vg.txt:
open 10.15.10.3
mtcl
mtcl
bin
hash
mget /usr7/vg/dhs/*
bye
The backup.cmd will now download in all my 4400 and put them on my local D:/ drive, and i can burn it on CD.
If you want daily backups, you can edit the files the way you can get the daily Files, if you have daily backup on Harddisk in your 4400 enabled.

