Download the PHP package zenstruck/backup-bundle without Composer
On this page you can find all versions of the php package zenstruck/backup-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zenstruck/backup-bundle
More information about zenstruck/backup-bundle
Files in zenstruck/backup-bundle
Download zenstruck/backup-bundle
More information about zenstruck/backup-bundle
Files in zenstruck/backup-bundle
Vendor zenstruck
Package backup-bundle
Short Description Symfony Bundle that wraps backup commands
License MIT
Homepage https://zenstruck.com/projects/ZenstruckBackupBundle
Package backup-bundle
Short Description Symfony Bundle that wraps backup commands
License MIT
Homepage https://zenstruck.com/projects/ZenstruckBackupBundle
Please rate this library. Is it a good library?
Informations about the package backup-bundle
ZenstruckBackupBundle
This bundle allows creating and managing backups in a Symfony application. It is a wrapper for zenstruck/backup.
Installation
-
Install with composer:
- Enable the bundle: This Step is only needed if you are not using Symfony Flex.
Configuration
In your config/packages/zenstruck_backup.yaml
add at least one source, namer, processor, and destination as well as a profile.
Example:
Commands
Run Backup Command
NOTES:
- Add
-vv
to see the log. - For long running backups, it may be required to increase the
memory_limit
in yourbin/console
. - Running the command without a profile will list available profiles.
Examples (with the above configuration):
-
Create a backup at:
s3://foobar/backups/mysite-{day-of-month}
bin/console zenstruck:backup:run daily
-
Create a backup at:
s3://foobar/backups/mysite-{YYYYMMDDHHMMSS}
bin/console zenstruck:backup:run snapshot
List Existing Backups
NOTE: Running the command without a profile will list available profiles.
Full Default Config
All versions of backup-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
zenstruck/backup Version ^2.0
symfony/framework-bundle Version ^5.4|^6.0|^7.0
zenstruck/backup Version ^2.0
symfony/framework-bundle Version ^5.4|^6.0|^7.0
The package zenstruck/backup-bundle contains the following files
Loading the files please wait ....