forgot to add backup script

This commit is contained in:
Ad Schellevis 2015-03-23 18:32:38 +00:00
parent c7d388a802
commit 7f23acc905

View File

@ -0,0 +1,9 @@
#!/usr/local/bin/php
<?
/**
* Backup to Google Drive (if configured)
*/
require_once("config.lib.inc");
backup_to_google_drive();