Git Product home page Git Product logo

Comments (5)

dizda avatar dizda commented on September 24, 2024

What is the content of dizda_cloud_backup configuration's part ?

from cloudbackupbundle.

kachraf avatar kachraf commented on September 24, 2024

Thx for responding
dizda_cloud_backup:
output_file_prefix: azerty
timeout: 300
processor:
type: tar
options:
compression_ratio: 6
password: qwerty
split:
enable: false
split_size: 1000
storages: [ Gaufrette ]
folders: [ web/uploads ]
cloud_storages:
gaufrette:
service_name: ??? # Gaufrette filesystem service name
databases:
mysql:
all_databases: false # Only required when no database is set
database: simuleo # Required if all_databases is false
db_host: 127.0.0.1 # This, and following is not required and if not specified, the bundle will take ORM configuration in parameters.yml
db_port: null # Default 3306
db_user: root
db_password: sifast2014

i want to make a back up for my database to a local or a remote FTP server, after that i would like to make it with capifony.

from cloudbackupbundle.

dizda avatar dizda commented on September 24, 2024

So you should use this bundle before https://github.com/KnpLabs/KnpGaufretteBundle#configuring-the-filesystems

And copy the service id that the GaufretteBundle provide you. (you can find your service id with the following command php app/console container:debug)

from cloudbackupbundle.

kachraf avatar kachraf commented on September 24, 2024

Thank you dizda,
This make it works !

dizda_cloud_backup:
    cloud_storages:
        gaufrette:
            service_name: foo_filesystem

And

knp_gaufrette:
    adapters:
        foo:
            local:
                directory: "%kernel.root_dir%/../web/uploads"
                create: true
    filesystems:
        bar:
            adapter:    foo
            alias:      foo_filesystem

from cloudbackupbundle.

dizda avatar dizda commented on September 24, 2024

Glad to hear :)

from cloudbackupbundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.