This gem adds rake tasks helpful for making and restoring backups:
rake backup:create # Create backup of rails application data
rake backup:restore # Restore backup of rails application dataAdd this line to your application's Gemfile:
gem 'backup-tasks', git: "git@github.com:semabit/backup-tasks.git"And then execute:
$ bundle