Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andresgutgon/599422 to your computer and use it in GitHub Desktop.
Save andresgutgon/599422 to your computer and use it in GitHub Desktop.
Backup periodico de BBDD y archivos con Ruby
Elementos necesarios para hacer un backup periodico de BBDD y archivos con Ruby
backup [1] + planeados (cron) con whenever [1] + capistrano (deploy) [3]
NOTA:
backup tiene diversas estrategias para hacer el backup (scp, ftp, S3,...)
Hacer una cuenta de Amazon S3 y probarlo.
[1] https://rubygems.org/gems/backup
[2] http://github.com/javan/whenever
[3] http://www.capify.org/
[4] http://wiki.github.com/meskyanichi/backup/configuration-file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment