mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
forgot to add backup script
This commit is contained in:
parent
c7d388a802
commit
7f23acc905
9
src/opnsense/scripts/remote_backup.php
Executable file
9
src/opnsense/scripts/remote_backup.php
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/local/bin/php
|
||||
<?
|
||||
/**
|
||||
* Backup to Google Drive (if configured)
|
||||
*/
|
||||
require_once("config.lib.inc");
|
||||
|
||||
backup_to_google_drive();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user