Backup Database
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Backup Database

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

Backup Database

Uses a Database Connection to back up a database to a file on disk.

Script usage:

DB::Backup-Database(
	Connection: <text>,
	Name: <text>,
	To: <text>
);

Arguments:

NameFormatScript UsageUsage Notes
Database connection
text
Connection
This argument is required.
From database name
text
Name
This argument is required.
To backup file
text
To
This argument is required.

Was this article helpful?