implemented snapshot name parsing
This commit is contained in:
parent
a024d93e02
commit
85d63d5ae2
8 changed files with 175 additions and 36 deletions
|
@ -9,7 +9,7 @@ use OCP\IConfig;
|
|||
|
||||
class SettingsService {
|
||||
|
||||
private static array $VALID_APP_SETTINGS = ["filesystem_mountpoint_path", "filesystem_snapshots_path"];
|
||||
private static array $VALID_APP_SETTINGS = ["filesystem_mountpoint_path", "filesystem_snapshots_path", "snapshot_naming_scheme"];
|
||||
|
||||
public function __construct(private IConfig $config) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue