Backing up to an NFS share
steffan
Posts: 9
I have an NFS share off a Snap Server NAS that I am using Server2003 NFS services to mount as a local drive. I'd like to send a Mirrored copy of the nightly backup to that drive.
I can't browse to any mapped drives and looking through the forums, it seems it's not supported unless you use UNC. Problem is that NFS does not use standard UNC paths. The syntax looks more like this:
10.100.1.55:/BackupShare/
How can I get this to work?
Thanks
-steffan
I can't browse to any mapped drives and looking through the forums, it seems it's not supported unless you use UNC. Problem is that NFS does not use standard UNC paths. The syntax looks more like this:
10.100.1.55:/BackupShare/
How can I get this to work?
Thanks
-steffan
Comments
BACKUP DATABASE model TO DISK = ' ? '
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Know of any plans for SQLbackup to support mapped drives?
BACKUP DATABASE model TO DISK = '10.100.1.55:\BackupShare\model.bak'
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
If the SQL Backup service is running using a service account that has rights to the NAS, could you run the following from Query Analyzer/SSMS and report the results:
sqlbackup '-sql "BACKUP DATABASE model TO DISK = [10.100.1.55:\BackupShare\model.bak] " '
or should that be
sqlbackup '-sql "BACKUP DATABASE model TO DISK = [\\10.100.1.55\BackupShare\model.bak] " '
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
No other workarounds that I'm missing within the product?
thanks
-S
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8