Simple backup script (bash)

In this guide, I will show you how to create a backup of the database and site files using a simple bash script. I will also show you how you can automate the process and set up the archive rotation.

Read More

How to backup Linux server backupninja

Backupninja allows you to coordinate system backup by dropping a few simple configuration files into /etc/backup.d/. Most programs you might use for making backups don’t have their own configuration file format. Backupninja provides a centralized way to configure and coordinate many different backup utilities.

Read More