Readme
This commit is contained in:
parent
5bac3f211e
commit
aa2c1450c4
1 changed files with 21 additions and 0 deletions
21
Readme.md
21
Readme.md
|
@ -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 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
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue