Wednesday, 31 May 2006 |
Written by
Alejo
|
User rating:
Rate it first |
Hits: 811
Compatibility:
Joomla 1.0.x
Extension Type:
Component
This Component is used to create a browseable static extraction from your Joomla! Site using wget. Not all features will be available on the static Page (e.g. Search, Login, and other dynamic parts of the site) This component can be used: - to create a static copy of the site. - In case the dynamic site has a problem, its better then just an errorpage - Burning the Site on a CD - In case you want to host the site on a webserver where no db or php is available. It is recommended to adjust your site so that no dynamic features are available and then create the static copy of your site on your development environment.You need to have wget installed. During the installation you see where you can download wget.
Sunday, 23 April 2006 |
Written by
Alejo
|
User rating:
5.0
|
Hits: 3501
JoomlCloner is a backup and restore component designed for Joomla! By it's name, the purpose is to give users posibility to clone their Joomla installation and move it over the internet on any location! Features: - ability to create full or partial backups based on user input - ability to create backups based on a cron task - backups made using cron task can be stored either on the local server in a specified directory, transfered through ftp or emailed - ability to manage existing backups, rename/delete/move/clone - ability to clone any backup to another location, we use the ftp function to send the archives over - the frontend component allows admin to create pre-made Joomla compilcations with custom addons which can be served to users for cloning
Tuesday, 18 April 2006 |
Written by
Alejo
|
User rating:
Rate it first |
Hits: 1133
Compatibility:
Joomla 1.0.x
Extension Type:
Plugin/Mambot
Jombackup, for performing daily mysql backups and emailing them to the address of your choice. The default settings should be enough to get you up and running, but there are plenty of configuration options available to you, including modifying the text of the email sent to you, changing the default email address and the actual type of mysql data backed up. Literally you should be able to fire and forget. This mambot is designed to allow those people who do not have access to, or are unwilling to use, Cron, to enable daily backups of their Joomla mysql data. It runs every time Joomla is run. Most of the time, all it will do is check for the existance of a checkfile with today's date. If the file exists it will not do anything else, however if the file doesn't exist (IE the local server's time has passed the midnight hour and this is the first time today the site has been visited) then the plugin will perform a backup of the system's mysql data and email it to either the system default email address, or another that you may have specified in the config. Very ...
Friday, 24 March 2006 |
Written by
Alejo
|
User rating:
Rate it first |
Hits: 1406
Compatibility:
Joomla 1.0.x
Extension Type:
Component
SQL Dumper is simple solution for backup of your MySQL database. Really easy to work with, highly secured. It doesn't matter how big is the database you want to export ot import, this component is able to manage it without any problems. NOTE: All files are saved in administrator/backups/ folder. If you want to restore a (import) a database. the SQL file should be also there. The script is produced by Sypex (Sypex Dumper Lite, distributed inder GNU/GPL) and is integrated to Joomla! by Ivo Apostolov.
Tuesday, 28 February 2006 |
Written by
Alejo
|
User rating:
Rate it first |
Hits: 1964
Compatibility:
Joomla 1.0.x
Extension Type:
Component
eBackup 1.0 is a administrator component to backup the joomla 1.0.x or Mambo 4.5.x tables as a SQL Dump File. This tool can only be used in the administrator and enables the admin to backup his tables. Additional there is a PHP Script Runtime Protection implemented, to backup very large MySQL tables and send them via eMail or transfer it to a FTP Server. A Scheduler is also implemented to backup the tables automatically by call the website. Features * Backup of all or a single table into a SQL Dump file * Backup options selectable (DROP, IF EXISTS, Auto_inc, Full Inserts) * Multible SQL Versions (MySQL 4.0, MySQL 3.2.3, etc.) * Compressing in gzip-Format * PHP Script Runtime Protection (works also in Safe Mode) * eMail–Transfer of SQL Dump file * FTP–Transfer of SQL Dump file * Management of created SQL Dump files on remote FTP Server (delete, transfer back, download) * Scheduler Automatic Backup Jobs in different intervals ...
Wednesday, 10 August 2005 |
Written by
Alejo
|
User rating:
Rate it first |
Hits: 1995
Compatibility:
Joomla 1.0.x •
Joomla 1.5
Extension Type:
External - helps develop/manage Joomla wesbites
This is a process to automate the backup of the Mambo MySQL database and send the backup data to an offsite destination for safe storage through email. I was looking for an automated, simple and fast way to keep my database safe. Specifically, I wanted to find: 1) A fast way to backup my data. 2) Easy process to transfer the data out of my web host server to an external destination. 3) Automate the whole process. The program is tested on CPanel on the Linux/Unix operating systems. It uses Linux commands such as gzip, tar, mutt and mysqldump. Install the program and test it out. If it does not work, ask your web host administrator if the required Linux commands are available (usually are), or he/she can install them for you. The program may also work for other control panel mangers or Operating System, if you know the corresponding commands and replaces them accordingly. You can also use this method to automate backup of other databases, files or directories.Updates and New Releases1) I have released a new version (cron_backup_1.2) that allows the user to select either "uuencode + mail" or "mutt" to send the compressed files to an email ...