You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple database backup manager for Symfony2 with support for S3, Rackspace, Dropbox, FTP, SFTP.
9
+
A simple database backup manager for Symfony with support for S3, Rackspace, Dropbox, FTP, SFTP.
10
10
11
-
This package pulls in the framework agnostic [Backup Manager](https://github.com/backup-manager/backup-manager) and provides seamless integration with **Symfony**.
11
+
This package pulls in the framework agnostic [Backup Manager](https://github.com/backup-manager/backup-manager) and provides seamless integration with **Symfony**.
12
12
13
13
Installation
14
14
============
@@ -30,13 +30,13 @@ of the Composer documentation.
30
30
Step 2 (with Flex): Enable the Bundle
31
31
-------------------------------------
32
32
33
-
You do not need to do anything more. The bundle is enabled automatically and
33
+
You do not need to do anything more. The bundle is enabled automatically and
34
34
you have some nice default config in `config/packages/bm_backup_manager.yml`.
35
35
36
36
Step 2 (no Flex): Enable the Bundle
37
37
-----------------------------------
38
38
39
-
If you are not using Symfony Flex, you need to enable the bundle by adding it to
39
+
If you are not using Symfony Flex, you need to enable the bundle by adding it to
40
40
the list of registered bundles in the `app/AppKernel.php` file of your project.
41
41
42
42
```php
@@ -70,7 +70,7 @@ bm_backup_manager:
70
70
pass: password
71
71
database: test
72
72
ignoreTables: ['foo', 'bar']
73
-
73
+
74
74
# If DSN is specified, it will override other values
0 commit comments