You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/vm/backup-restore.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -34,34 +34,34 @@ Backup support is currently limited to Longhorn V1 Data Engine volumes. Harveste
34
34
35
35
A backup target is an endpoint used to access a backup store in Harvester. A backup store is an NFS server or S3 compatible server that stores the backups of VM volumes. The backup target can be set at `Settings > backup-target`.
36
36
37
-
Common Parameters:
37
+
The following table outlines the parameters that are common to all backup targets.
| Refresh Interval | integer |The interval at which the backups will be synced with the backup target. If `0`, backups will only be synced iff all backup volumes are in `ready` state. |
| Type | string |Type of server that stores the backups of volumes used by virtual machines. You can select either `NFS` or `S3`.|
42
+
| Refresh Interval | integer |Number of seconds that Harvester waits before syncing backups with the backupstore. When the value is `0`, backups are synced only if all backup volumes are in the `Ready` state. |
| Endpoint | string |(Optional) Hostname or IP address of the endpoint used to access the S3 server |
50
+
| BucketName | string | Name of the S3 bucket|
51
+
| BucketRegion | string |AWS Region in which the S3 bucket was created |
52
+
| AccessKeyID | string |First part of the access key you use to authenticate requests to AWS services (for example, AKIAIOSFODNN7EXAMPLE)|
53
+
| SecretAccessKey | string |Second part of the access key you use to authenticate requests to AWS services (for example, wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY)|
54
+
| Certificate | string | Paste to use a self-signed SSL certificate of your S3 server |
55
+
| VirtualHostedStyle | bool | Use virtual host style URLs of the form `bucket.example.com`; e.g., Alibaba Cloud (Aliyun) OSS |
| Endpoint | string | URL of the [NFS server](https://longhorn.io/docs/1.8.0/snapshots-and-backups/backup-and-restore/set-backup-target/#set-up-nfs-backupstore)|
0 commit comments