What Do I Need To Add To This Backup Batch File For It To Copy The Content Of The “my Documents” Folder?
ntbackup backup C:DocumentsandSettingsDaveMyDocuments /f z:MyDocsbackup.bkf
I know the batch file works, the ntbackup screen appears and runs but doesn’t really copy any of the folder content. When I try to restore, the backup that was made shows no data.
Well, DocumentsandSettings needs to be Documents and Settings and MyDocuments needs to be My Documents
Try putting the directory in quotes
“C:Documents and SettingsDaveMy Documents”
i don’t no