<?php /* * This is the full path to the project directory, as cloned from the repository. */ //$path_project = "/var/www/backup-commander"; /* * This is the full path to the web-server directory. This should be a symlink to * $path_project/html * Currently the install process will not copy over files since it assumes this link is in place. */ //$path_website = "/var/www/html"; /* * The following array contains a list of variable names and values. Each one of these is added to * inc/paths.php * * Work through each one and ammend them for your system. */ $runtime_paths = array( ['g_database_path', 'data/data.db'], // the database path relative to the DocumentRoot ['g_phpcli_path', '/usr/bin/php'] // the commandline php interpreter, used for running the backup process on a separate thread. // the g_phpcli_path value will need root access to correctly run rsync ); ?>