minecraft-backup icon indicating copy to clipboard operation
minecraft-backup copied to clipboard

[Feature Request] Rclone integration

Open tajayasinghe opened this issue 4 years ago • 1 comments

Is there any way we can add rclone to the script?

tajayasinghe avatar Aug 29 '21 13:08 tajayasinghe

This is already supported through restic. You can use an rclone backend with restic. The backup command would look something like this:

./backup.sh -c -i /home/user/server/world -r rclone:storage-backend:/path/to/restic-repo -s minecraft

nicolaschan avatar Aug 29 '21 17:08 nicolaschan