Skip to content

carlotafuro/tiledesk-project-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tiledesk project incremental backup

Use this PHP script to make a local backup of your Tiledesk project.

The script saves all requests (uploaded files are also stored), activities and leads.

At each execution the script starts from the last processed page.

A cron job can be scheduled to perform nightly incremental backups.

Usage example

edit the script and set the parameters of your project:

$username = 'xxxxx';
$password = 'xxxxx';
$project_id = 'xxxxx';

$pages_log_file = __DIR__ . '/_log.json';

then from your terminal:

php tiledesk_project_backup.php > out_log.txt

a json file is stored on local disk recording the last page number for incremental executions.

About

Tiledesk project incremental backup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages