Tag
Remote Backups
2 posts tagged with this.
-
Does Database Vault Support Remote SQL Server Database Backups?
Database Vault does not support creating database backups from a remote SQL Server system. It relies on Microsoft's SMO library which requires direct access to the local file system of the SQL Server instance. This article explains the technical reasons, demonstrates SMO usage, outlines alternatives
-
How Database Vault Creates MySQL Database Backups
Database Vault uses the official mysqldump command line utility to create MySQL database backups. It requires the full path to the mysqldump executable, typically located in the MySQL bin directory. The system also supports backups of remote MySQL servers even without a local MySQL installation on t