CLI Backups
Starting with Safeharbor 2.5 , backups can now be run from the CLI (must also be on EE Core 6+). Using the CLI is the recommended approach to running backups, especially with larger sites.
For a refresher on CLI commands and general infromation about it, see CLI Docs.
To run the backup, the command is safeharbor:backup
when using the CLI. By default this will run a full backup.
To run only a differential backup, add the tag -d or --diff, safeharbor:backup --diff
. If Amazon S3 buckets are set up in the settings, it will also upload the backup to that bucket assuming the connection passes which can be tested from the CP settings in Safe Harbor.