There is an error when backing up files on a remote NetWare server, what can I do?
There is an error when backing up files on a remote NetWare server, what can I do?
If you want to backup \\SERVER\SHARE that is located on a NetWare server and you are getting "Network drive is not accessible" error message. Please try adding the following command as a [Pre-backup command]
net use \\SERVER\SHARE [PASSWORD] /USER:[DOMAIN | MACHINE_NAME]\[USERNAME]
This will authenticate the current process with the NetWare server and therefore allow your backup to run correctly.

