Support

Site Restoration

#16980 Scheduled restore

Posted in ‘Site restoration’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

PHP version
n/a
CMS Type
Other
CMS Version
n/a
Backup Tool Version
n/a
Kickstart version
n/a

Latest post by nicholas on Tuesday, 06 August 2013 09:08 CDT

tk
Mandatory information about my setup:

Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: (2.5.14)
PHP version: (5.3.26)
MySQL version: (5.5.32-cll)
Akeeba Backup version which took the backup: (3.7.10)
Kickstart version used to extract the backup: (unknown)

Description of my issue:
Is it possible to schedule restoration? I need to automatically restore my one backup once per hour. Can i configure Akeeba Backup in that way?

PS. Sorry for my english.

nicholas
Akeeba Staff
Manager
Akeeba Backup can't be scheduled to restore a site automatically. We have a different product, called Akeeba UNiTE, to do that. It allows you to perform unattended restoration of backups taken with Akeeba Backup from the command line. It can be scheduled with a standard CRON job to restore the same site at the same place every hour. We built UNiTE with two use cases in mind:
a. Creating cloned sites automatically (e.g. hosting company wanting to deploy pre-built websites for its clients)
b. Demo site which need the same backup to be restored every few minutes / hours.
Akeeba UNiTE is only available to subscribers of the Deluxe subscription level.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

tk
What is the best way to extend my subscription? I have only "regular" subscription.

nicholas
Akeeba Staff
Manager
You can log in to AkeebaBackup.com and proceed to buying a Deluxe subscription. You will be given an automatic discount based on your existing subscriptions and the subscription time left on each one. The new Deluxe subscription will replace your Essentials one.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

tk
It works, but is there any option to delete all files of my site before restoration? I need to delete all user's images from /images folder.

nicholas
Akeeba Staff
Manager
Hm, that's a good question. Nobody had asked for such a feature. You can't do it with UNiTE but you can do it with the shell script that calls UNiTE's CRON job. Let's say you have the following shell script:
#!/bin/sh
/usr/bin/php-cli /home/cuckoo/unite/unite.php

You could modify it to:
#!/bin/sh
rm -rf /home/cuckoo/public_html/images
/usr/bin/php-cli /home/cuckoo/unite/unite.php

and achieve the result you want. You'd just have to call the shell script instead of directly launching UNiTE.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

tk
Thank you. It's working:-)

nicholas
Akeeba Staff
Manager
You're welcome!

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!