Backup Subversion Repositories And Projects

After I decided to manage my PhD thesis and projects with subversion, the most important thing to consider was a proper backup strategy. I decided to go a bit overboard with it as it might save me some day. There are several ways to backup subversion and I decided to use all of them!

a. Using crontab . . . → Read More: Backup Subversion Repositories And Projects

Scheduling Commands With Crontab In Ubuntu

The following applies to any linux distribution

Crontab

Crontab is an integral part of most Linux distributions.It is a simple text file that holds a list of commands that are scheduled to be run at specified times. These commands, and their relative run times, are controlled by the ‘cron’ daemon and are executed in the system background.

Each user . . . → Read More: Scheduling Commands With Crontab In Ubuntu