NT Backup

  • Thread starter Thread starter John
  • Start date Start date
J

John

Dear,

I use win200 NTbackup to backup file. I create a baatch
file "command line" to define the backup path,backup type
and etc....but i can't define the log file path? For
example c:\log\daily.log

Many Thanks
John
 
John said:
Dear,

I use win200 NTbackup to backup file. I create a baatch
file "command line" to define the backup path,backup type
and etc....but i can't define the log file path? For
example c:\log\daily.log

Many Thanks
John

No, Win2000 hides it deep inside your profile folder and won't
let you change its location. However, you can insert this
command after ntbackup.exe, to pick up the most recent log file:

echo F | xcopy /d /y /m "c:\documents and settings\...\*.log"
c:\log\daily.log
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top