Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

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.