=============
You write "I'll plan to do that if I ever get the scheduled backup working".
May I suggest that you replace the words "if I ever get" with "when I get"?
Creating a reliable backup task is no magic but it may require a little
perseverance until we know what's going on. Let's tackle it one step at a
time.
You previously reported that you use this command:
C:\WINDOWS\system32\ntbackup.exe backup
"@C:\Documents and Settings\Owner\Local Settings\Application Data\
Microsoft\Windows NT\NTBackup\data\AM Backup.bks"
/a /d "Set created 01/08/2009 at 9:22 AM" /v:yes /r:no /rs:no
/hc

ff /m incremental /j "AM Backup" /l:s /f "D:\AM Backup.bkf"
Now do this:
1. Copy this command into c:\MyBackup.bat.
2. Remove the extra line breaks.
3. Replace the string
"C:\Documents and Settings\Owner\Local Settings\Application
Data\Microsoft\Windows NT\NTBackup\data\AM Backup.bks"
with the string
"c:\AM Backup.bks" (with the quotes).
4. Save & close c:\MyBackup.bat.
5. Manually copy the file
C:\Documents and Settings\Owner\Local Settings\Application
Data\Microsoft\Windows NT\NTBackup\data\AM Backup.bks"
to
"c:\AM Backup.bks"
6. Click Start/run/cmd {OK} to open a Command Prompt.
7. Type this command:
c:\MyBackup.bat{Enter}
8. Let the job run.
9. Check if the backup file "D:\AM Backup.bkf" exists.
10. Examine the most recent log file in the folder
C:\Documents and Settings\{UserName}\Local Settings\Application
Data\Microsoft\Windows NT\NTBackup\data
where {UserName} is your current logon name.
11. Report the results. They will determine your next step.
The above process may look complex. It isn't really - it's just a
step-by-step execution of what happens during the automatic process.
I've done as you prescribe, but no luck. The only backup file that exists on Drive D is dated 1/08/09 and has a different name. It appears that you intended for me to omit the @ from my revised string. Is this correct? Also, I'm not sure what you meant by "Remove the extra line breaks", so didn't do that. One thing that does look promising is that this time when I checked the log file, I do see several backups listed. They go back to December 23, the date that I first started trying to set up scheduled tasks for backing up. I can't imagine why I didn't see them the first time. The most recent one is dated 01/10/09, and was the one I ran without scheduling it.