mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-06 10:30:39 +00:00
check config in the beginning to avoid doing it all over the place
This commit is contained in:
@@ -71,6 +71,7 @@ export type Backends = { [name: string]: Backend }
|
||||
export type Location = {
|
||||
from: string
|
||||
to: StringOrArray
|
||||
cron?: string
|
||||
hooks?: {
|
||||
before?: StringOrArray
|
||||
after?: StringOrArray
|
||||
|
Reference in New Issue
Block a user