Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
Free

Personal License

1 site, unlimited servers No source distribution
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

  • Released: May 3, 2011
    Last Update: May 3, 2011
  • Language: PHP
(6 ratings)

Backup Sites and DBs

Backup Sites and DBs
Developed by Ksu Zhytomirsky, Released May 3, 2011

A maintenance script that will dump all your sites and databases every day into a backup folder.

PHP

Tags: backup , cron

Not all hosting services provide scheduled backup features, so this small tool is perfect to protect your sites in that case. Place it on hosting and change default settings on your one

define('DUMPS_PATH', 'PATH TO DUMP FOLDER');
define('ROOT_PATH',   'PATH TO ROOT SITES FOLDER');
$folders = array(
        'SITE FOLDER 1',
        'SITE FOLDER 2'
);
define('DB_HOST', 'HOSTING DB HOST');
define('DB_USER', 'HOSTING DB USER');
define('DB_PASS', 'HOSTING DB PASSWORD');

And you will get script that will perform the following actions daily:

  • Exports all DBs (allowed for DB_USER, so you can create special db-user and share all dbs with him)
  • Exports all CHANGED folders in the $folders list from ROOT_PATH
  • Gzips all data and save it in DUMPS_PATH
View all 5 reviews »

User Reviews

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.