remote_backup.php 158 Bytes
Newer Older
1 2
#!/usr/local/bin/php
<?
3
/**
4 5
 * Backup to Google Drive (if configured)
*/
6
require_once("util.inc");
7 8 9
require_once("config.lib.inc");

backup_to_google_drive();