Using Mapped Network Drives with Backup My Org and Scheduler
Requirements:
You will need to have Backup My Org version 1.4.0.10 or higher OR Scheduler version 1.0.0.17 or higher.
What is Map Network Drive?
Mapping a network drive enables you to create a shortcut to a shared folder on another computer or server on your network, which makes it easier to access files as if they were on your local computer. Here’s how you can do it for Backup My Org and/or Scheduler:
Map Network Drives in Startup.bat
In order to use network drives in drive paths, you will find a new file in your product folder called startup.bat
. With this file, you can manually add mapped network drives for use in Backup My Org or Scheduler paths. This .bat file is called when Backup My Org or Scheduler starts and allows the service user to access the mapped drive locations for use in the programs.
Navigate to the home folder of Backup My Org or Scheduler
Edit the startup.bat file
Add lines to map your network drives as follows:
if not exist Z:\ (
net use Z: \\networklocation\directory\ /user:<USERNAME> <PASSWORD>
)
In the example above, be sure to include your actual username and password in place of <USERNAME> and <PASSWORD> as needed for the network credentials. If you are going to add additional drives, be sure to change the drive letter from Z: to a new unused letter.
Save
startup.bat
From your Start menu. Locate and open your system Services application.
Locate the Backup My Org or Scheduler and restart the service.
Troubleshooting
If you are having trouble connecting to the network drives, you can alter the startup.bat
file to produce a result text file to check in the home directory as follows:
net use Z: \\networklocation\directory\ /user:USERNAME PASSWORD >> testresult.txt
You can then check the testresult.txt
to see the command results.
Related articles
Filter by label
There are no items with the selected labels at this time.