mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Merge 23dfb858cc into 56a62796f8
This commit is contained in:
commit
3f85cda8ed
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ class Nextcloud extends Base implements IBackupProvider
|
|||
array(
|
||||
"name" => "strategy",
|
||||
"type" => "checkbox",
|
||||
"help" => gettext("Select this one to back up to a file named config-YYYYMMDD instead of syncing contents of /conf/backup"),
|
||||
"label" => gettext("Daily file instead of sync all"),
|
||||
"help" => gettext("Select this one to back up to a file named config-YYYYMMDD (based on UTC time) instead of syncing contents of /conf/backup"),
|
||||
"label" => gettext("Daily file (UTC time) instead of sync all"),
|
||||
),
|
||||
array(
|
||||
"name" => "addhostname",
|
||||
|
|
|
|||
Loading…
Reference in a new issue