Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 15, 2022 12:53 am GMT

Introducing the mirror command in Reduct CLI version 0.3.0

We are excited to announce the release of Reduct CLI version 0.3.0, which includes the new mirror command for copying data between buckets. This command allows you to easily transfer data between two buckets, regardless of whether they are on the same storage engine or on different storage engines.

To use the mirror command, simply specify the source and destination buckets as follows:

rcli alias add server-1rcli alias add server-2rcli mirror server-1/bucket server-2/bucket

You can also specify a time interval for mirroring data using the --start and --stop flags. For example:

rcli  mirror --start 2022-11-06T20:10:30 --stop 2022-11-06T20:14:30  server-1/bucket server-2/bucket

This will only copy data from the source bucket that was created or modified within the specified time interval. This can be useful if you only want to transfer a specific subset of data from the source bucket.

We hope you find the new mirror command to be helpful. Please let us know if you have any feedback or suggestions for future releases.


Original Link: https://dev.to/reduct-storage/introducing-the-mirror-command-in-reduct-cli-client-version-030-5hgf

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To