Re: ntbackup force overwrite

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I hate it when I miss the obvious. I inherited this server and just assumed
that whoever started with this would format it NTFS . . . you know what they
say about assuming . . .

thanks

"Bob I" wrote:

Is the drive formatted as FAT32 and you are trying to write a file
larger than 4 GB to it?

Doug M. wrote:
Now I get a message saying that the media is full. This is a 74GB external
USB hard drive. 66GB are available. What am I missing?

thanks in advance

"John John (MVP)" wrote:


I think there is an /a switch for ntbckup whcih instructs it to append
to the media.

John

Doug M. wrote:


Hi I've copied a batch file script that I found on the web to force ntbackup
to use a removable external USB hard drive. However, the ntbackup stops with
the message "the media is not blank - do you want to overwrite?" or something
to that effect. Since the script runs late at night, the backup doesn't run.
Thanks in advance for the help. Here's the script:

rsm.exe refresh /LF"external USB"
sleep 30
for /f "Tokens=1-4 Delims=/ " %%i in ('date /t') do set dt=%%i-%%j-%%k-%%l
for /f "Tokens=1" %%i in ('time /t') do set tm=-%%i
set tm=%tm::=-%
set dtt=%dt%%tm%
C:\WINNT\system32\NTBACKUP.EXE backup "@C:\Documents and
Settings\Administrator\Local Settings\Application Data\Microsoft\Windows
NT\NTBackup\data\daily full.bks" /n "belv001 %dtt%" /d "belv001 %dtt%" /v:yes
/r:no /rs:no /hc:on /m normal /j "%dtt%" /l:f /p "file" /UM
rsm.exe eject /PF"JSI001 %dtt% - 1" /astart
exit




.



Relevant Pages

  • Re: Ntbackup on windows2003
    ... > if not defined media @echo No media in library ... > And start the backup proces with: ... NOT a script wizzard). ...
    (microsoft.public.win2000.general)
  • Re: Delphi version control
    ... >>Currently I'm using CDs and DVDs for backup, with RW media for the current ... I occasionally do a full system backup to DVD-R, ... My two main backup systems are a script that backs up to another ...
    (comp.lang.pascal.delphi.misc)
  • Re: ntbackup force overwrite
    ... I think there is an /a switch for ntbckup whcih instructs it to append to the media. ... to use a removable external USB hard drive. ... Since the script runs late at night, the backup doesn't run. ...
    (microsoft.public.win2000.general)
  • Backup Script for Windows 2000 Server
    ... I have inherited the following script for backing up a server: ... Stop.bat stops some services and start.bat restarts the services. ... Operation: Backup ... I noticed that the Media Name was different from what was passed on through ...
    (microsoft.public.win2000.cmdprompt.admin)
  • Feedback on backup script
    ... The one problem I have is that the script keeps stopping at lines 633,635 and or 637 with the error "Path Not Found" I have emailed the original author for help but haven't heard back yet. ... I was just wondering if the problem could be that the account running the script doesn't have correct permissions to a share/directory/file that it's trying to backup? ... ' always one less than the actual number of folders. ... ' Show the user free space info on all available disk drives ...
    (microsoft.public.scripting.vbscript)