Hide dashboard card 2 (#7423)
[openemr.git] / Documentation / README-Log-Backup.txt
bloba63f4b9b7159b102a0a5e4fafc5140da017034ad
1 -- Created By ViCarePlus, Visolve (vicareplus_engg@visolve.com)
2 -------------------------------------------------------------------
4 Create an entry in the CRON tab for taking weekly backup of the OpenEMR Log table
6 1) This Cron job will take weekly backup on Every Sunday, 0th hour,0th min
7 2) Arguments are mandatory.  For successful execution of the script,
8      a) you must know your webserver_root folder i.e. /var/www/openemr
9      b) backup_log_dir value must match with the value in the Globals setting.
11 Use the following in the crontab:
12 -------------------------------
13 0 0 * * 0 php [webserver_root]/interface/main/backuplog.php webserver_root backup_log_dir
15 **** Eg. 0 0 * * 0 php /home/openemr/interface/main/backuplog.php /home/openemr /opt