andy168
Forum Replies Created
-
Hello,
I used this configuration:
endpoint: sgp1.digitaloceanspaces.com
location: updraft-andy168/test123.comThe backups are stored at
updraft-andy168.sgp1.digitaloceanspaces.com/test123.com. It appears to be correctly backing up in the same bucket and successfully downloading from the management interface.Thank you for resolving my issue. I really appreciate your assistance.
Hello,
Assuming I create a bucket named “updraft-andy168” on Digital Ocean Spaces, the endpoint would be updraft-andy168.sgp1.digitaloceanspaces.com.
Using these settings:
S3 location: s3generic://test123.com
S3 endpoint: updraft-andy168.sgp1.digitaloceanspaces.comThis would create a directory named test123.com within the “updraft-andy168” bucket on Digital Ocean Spaces, and the backups would be stored in this directory.
If I follow the method you provided:
S3 location: s3generic://test123.com
S3 endpoint: sgp1.digitaloceanspaces.comThis would directly create a bucket named test123.com.sgp1.digitaloceanspaces.com, and the backups would be stored in this bucket.
Assuming the following configuration:
S3 location: s3generic://test123.com
S3 endpoint: updraft-andy168.sgp1.digitaloceanspaces.com
S3 location: s3generic://test234.com
S3 endpoint: updraft-andy168.sgp1.digitaloceanspaces.com
S3 location: s3generic://test456.com
S3 endpoint: updraft-andy168.sgp1.digitaloceanspaces.comThe following directories will be created in the updraft-andy168.sgp1.digitaloceanspaces.com bucket:
- test123.com
- test234.com
- test456.com
Each backup will appear in its respective directory.
However, downloading through the management interface will encounter the previously mentioned remote failure issue.
I look forward to your response and greatly appreciate your assistance.Hello,
First of all, I greatly appreciate your help. The creation and download have been successful. However, I am now facing an issue. Originally, I was using the endpoint spacename.region.digitaloceanspaces.com, which stores all files in the same bucket. But using your method with the endpoint region.digitaloceanspaces.com creates a new bucket.
Is there a way to ensure that all backups are stored in a single bucket?
I look forward to your response and greatly appreciate your assistance.
Hello,
The naming pattern for my endpoint is spacename.region.digitaloceanspaces.com.
I greatly appreciate your assistance.