Search results

  1. korox10m

    Cron job for backups

    I know there's no way I can get shell access, it is not my intention at all. However, the shell script I wrote is bash based and it works perfectly, as follows: #!/bin/bash echo "Automatic backup script v0.1" echo "By Tamashii" echo "----------------------------------------" timestamp_now=`date...
  2. korox10m

    Cron job for backups

    Hello everyone, and thanks x10 for your great service. I've created a small script to be run as a cron job for automatic backup of my blog site. It does a database dump and a full copy of all contents. It also only keeps 2 backup packages at a time, it erases all previous backups to prevent disk...
Top