Use restic with iwSea S3

restic is a fast, efficient and secure backup tool. It is an open source project available under BSD 2-Clause License.

In this recipe we will learn how to use restic to backup data into MinIO Server.

1. Prerequisites

Install MinIO Server from here.

2. Installation

Install restic from https://restic.github.io.

3. Configuration

Set MinIO credentials in the environment variables as shown below.

Copyexport AWS_ACCESS_KEY_ID=<YOUR-ACCESS-KEY-ID>
export AWS_SECRET_ACCESS_KEY= <YOUR-SECRET-ACCESS-KEY>

4. Commands

Start restic and point it to the bucket where the backup data will reside.

Copy./restic -r s3:http://localhost:9000/resticbucket init

Copy backups from the local machine to the bucket on MinIO server.

Copy./restic -r s3:http://localhost:9000/resticbucket backup /home/minio/workdir/Docs/
enter password for repository:
scan [/home/minio/workdir/Docs]
scanned 2 directories, 6 files in 0:00
[0:00] 100.00%  0B/s  8.045 KiB / 8.045 KiB  6 / 8 items  0 errors  ETA 0:00
duration: 0:00, 0.06MiB/s
snapshot 85a9731a saved
  • 0 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

Change SecretKey/Password

To change the secretKey/password login to the web interface (URL provided into the welcome...

Install and configure the minio client for S3

  Docker Container Stable Copydocker pull minio/mc docker run minio/mc ls play   macOS...

Use Rclone with iwSea S3

Rclone is an open source command line program to sync files anddirectories to and from cloud...

Store MySQL Backups in iwSea S3

In this recipe we will learn how to store MySQL backups in MinIO Server. 1. Prerequisites...

Store PostgreSQL Backups in iwSea S3

In this recipe you will learn how to store PostgreSQL backups in MinIO Server. 1. Prerequisites...

Powered by WHMCompleteSolution