Giter Site home page Giter Site logo

backup-bundle's Introduction

Backup bundle

Latest Stable Version Total Downloads Latest Unstable Version License

Usage

Add "nkt/backup-bundle": "1.0.x-dev" into composer.json.

Add Nkt\BackupBundle\NktBackupBundle into your kernel bundles.

Now you can add new cron job, for backup your application:

0 */6 * * * /path/to/app/console doctrine:database:backup --gzip=-9

You can also restore any backup using

/path/to/app/console doctrine:database:restore /path/to/app/backup/backupname.sql.gz

Backup options

Backup filename contains driver name, database name and date. You can change date pattern (by default Y-m-d-H-i-s) using --date-pattern option.

If you using multiply connections, specify it using --connection option or -c flag.

By default all backups saves into path/to/app/backups, you can change it using --destination option or -d flag.

As you can see in example, you can compress backups using --gzip option. This option required value, you have to specify compress quality.

Restore options

Restore command required filename by first argument. It also support change connection with --connection option or -c flag.

You don't have to specify gzipped file. Command checks does filename ends with .gz and decompress it.

License

MIT

backup-bundle's People

Stargazers

 avatar

Watchers

 avatar

Forkers

powerdan

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.