What have you tried? Mezzanine ships with backup and restore functions for the database in the Fabric script. Your VCS-of-choice handles your static files. Uploaded media content is not a "one size fits all" problem, and is left as an exercise for the developer. I modify the fabfile.py file that ships with Mezzanine for the specific requirements of each project. Automated timed backups can be done with cron or celery.
hth. -ken On Mon, Nov 23, 2015 at 7:00 AM, sathish anton <[email protected]> wrote: > Hi, > Please provide steps to backup all stuff including content, media, > database and everything replicated in a secondary server at regular > intervals. > Hence the same site can be replicated in the event of a crash. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
