We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dd9b6 commit 2ccb020Copy full SHA for 2ccb020
Documentation/filesystems.md
@@ -32,14 +32,14 @@ Breadlesscode:
32
Backups:
33
filesystem:
34
type: 'sftp'
35
- host: 'example.com',
36
- port: 22,
37
- username: 'username',
38
- password: 'password',
39
- privateKey: 'path/to/or/contents/of/privatekey',
40
- passphrase: 'passphrase-for-privateKey',
41
- root: '/path/to/root',
42
- timeout: 10,
+ host: 'example.com'
+ port: 22
+ username: 'username'
+ password: 'password'
+ privateKey: 'path/to/or/contents/of/privatekey'
+ passphrase: 'passphrase-for-privateKey'
+ root: '/path/to/root'
+ timeout: 10
43
directoryPerm: 0755
44
```
45
## AWS-S3
0 commit comments