core/src/opnsense/scripts/remote_backup.php
Franco Fichtner cde9b8f8dd rc: stop depending on config.lib.inc instead of config.inc
Looks like the reason for this file has gone.  We shall merge
the code into config.inc soon.
2017-05-04 22:41:00 +02:00

9 lines
154 B
PHP
Executable File

#!/usr/local/bin/php
<?php
require_once("util.inc");
require_once("config.inc");
/* Backup to Google Drive (if configured) */
backup_to_google_drive();