1
1
### FTP server
2
2
3
- Before you choose to backup to an FTP server, make sure that:
3
+ Before you specify to backup to an FTP server, make sure that:
4
4
5
5
- The RS cluster has network connectivity to the FTP server.
6
6
- The user that you specify in the FTP server location has read and write priviledges.
@@ -15,7 +15,7 @@ For example: `ftp://username:password@10.1.1.1/home/backups/`
15
15
16
16
### SFTP server
17
17
18
- Before you choose to backup to an SFTP server, make sure that:
18
+ Before you specify to backup to an SFTP server, make sure that:
19
19
20
20
- The RS cluster has network connectivity to the SFTP server.
21
21
- The user that you specify in the SFTP server location has read and write priviledges.
@@ -35,15 +35,15 @@ For example: `sftp://username:password@10.1.1.1/home/backups/`
35
35
36
36
### AWS S3
37
37
38
- Before you choose to backup to Amazon S3, make sure that you have:
38
+ Before you specify to backup to Amazon S3, make sure that you have:
39
39
40
- - Storage location path in the format: ` s3://bucketname/path/ `
40
+ - Path in the format: ` s3://bucketname/path/ `
41
41
- Access key ID
42
42
- Secret access key
43
43
44
44
### Local mount point
45
45
46
- Before you choose to backup to a local mount point, make sure that:
46
+ Before you specify to backup to a local mount point, make sure that:
47
47
48
48
- The node has network connectivity to the destination server of the mount point.
49
49
- The ` redislabs:redislabs ` user has read and write priviledges on the local mount point
@@ -69,28 +69,10 @@ To backup to a local mount point for a node:
69
69
70
70
### OpenStack Swift
71
71
72
- Before you choose to backup to OpenStack Swift, make sure that you have:
72
+ Before you specify to backup to OpenStack Swift, make sure that you have:
73
73
74
74
- Storage URL in the format: `https://<openstack_url>/v1`
75
75
- Container
76
76
- Prefix (Optional)
77
77
- User
78
78
- Key
79
-
80
- ### Azure Blob Storage
81
-
82
- Before you choose to backup to Azure Blob Storage, make sure that you have:
83
-
84
- - Storage location path in the format: `/container_name/[path/]/`
85
- - Account name
86
- - Account key
87
-
88
- ### Google Cloud Storage
89
-
90
- Before you choose to backup to Google Cloud Storage, make sure that you have:
91
-
92
- - Storage location path in the format: `/bucket_name/[path/]/`
93
- - Client ID
94
- - Client email
95
- - Private key ID
96
- - Private key
0 commit comments