summaryrefslogtreecommitdiff
path: root/lib/tasks/backup.rake
blob: c285e1f0130b7f84de7f0e8e482237ca1cc5eaad (plain)
1
2
3
4
5
6
namespace :backup do
  desc "Backup the system"
  task :daily_backup => :environment do
    # This would be the daily backup.
  end
end