El_Pablo Posted November 6, 2006 Posted November 6, 2006 Hi, Can someone tell me what I'm doing wrong? I'm using FMS 8. I want the server to make a daily backup of the databases. The problem is with the backup folder. When I want to validate the target folder, it says that it is "Not a valid path". The path is: filewin://BackupSvr/FMDB I don't want to reboot the FM Server. What is wrong with that path?
El_Pablo Posted November 6, 2006 Author Posted November 6, 2006 Argh... Never mind... filewin://BackupSvr/FMDB/ :
Steven H. Blackwell Posted November 6, 2006 Posted November 6, 2006 Actually, you may need to use the UNC name for the share on the backup server. When you run the FMS service logged out--as you're supposed to do--the UNC path is far more reliable. Also, you should make a local backup as well. See the Backups White Paper on Wim Decorte's web site at http://www.connectingdata.com. HTH Steven
Steverino Posted October 13, 2007 Posted October 13, 2007 Is it true that with FMS 9.0 you can't save backups to a network drive? Is there any way around this?
Ender Posted October 13, 2007 Posted October 13, 2007 I don't know if it's possible or not (don't think it was possible in FMS7 or FMS8). But you should not do so anyway. Remember: the scheduled backup process is disk intensive, and can cause delays for users. It's best if this backup process is as fast as possible to minimize delays. Backups over the network are also more susceptible to problems, like network congestion or router/switch issues. It would be bad to have your server thinking about how to deal with such a problem while your users wait. The way I'd suggest is to use the scheduled backup capability to backup to a second local hard drive. Then have your third party backup tool (or OS script) move the data to wherever it needs to be for your archives.
Steven H. Blackwell Posted October 13, 2007 Posted October 13, 2007 The way I'd suggest is to use the scheduled backup capability to backup to a second local hard drive. Then have your third party backup tool (or OS script) move the data to wherever it needs to be for your archives. A sound recommendation and one that follows official FMI Best Practices on the topic. Steven
Newbies Koji@SevensDoor Posted October 20, 2007 Newbies Posted October 20, 2007 Here is one of sample script. http://web.sevensdoor.com/download/fmsbackup.sh.txt HTH.
Recommended Posts
This topic is 6243 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now