Creating Backups

Overview

In order to facilitate a rollback, Ensconce gives the ability to create an automated zip backup of your application prior to a deployment.

Example

Single Source

ensconce --backupSource=[pathToBackup] --backupDestination=[pathToBackupZipFile]

Multiple Sources

ensconce --backupSource=[pathToBacker] --backupSource=[anotherPathToBackup] --backupDestination=[pathToBackupZipFile]

Overwrite Existing Backups

ensconce --backupSource=[pathToBackup] --backupDestination=[pathToBackupZipFile] --backupOverwrite