This commit is contained in:
kekskurse 2023-10-12 13:09:22 +02:00
parent 5bac3f211e
commit aa2c1450c4

View file

@ -24,6 +24,27 @@ Will keep one Backup per Day. One Day is from 00:00:00 UTC to 23:59:59, it also
### Delete All ### Delete All
Delete all Backups in this Bucket, used at the end to remove all really old (based on the rules) backups Delete all Backups in this Bucket, used at the end to remove all really old (based on the rules) backups
## Backends
### Locale Filesystem
Config parameter:
* path: Path to the folder on the Filesystem
### SFTP (alpha)
Currenlty just with username/password
Config parameter:
* path: Path to the folder on the Filesystem
* username: Username
* password: Password
* addr: Server and Port (server:port)
### B2 / Backblaze
## Config ## Config
``` ```