From 31ca09cc350bf2830996860c433f538cef67ebf6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 10 Apr 2024 03:15:56 -0700 Subject: [PATCH] Updated Setting Up Storage (markdown) --- Setting-Up-Storage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Setting-Up-Storage.md b/Setting-Up-Storage.md index bc7bdfe..67f583d 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -188,10 +188,10 @@ region = us-east-1 See here for full instructions: https://rclone.org/commands/rclone_mount/ ```bash -# transfer any existing data to the remote mount -rclone sync --fast-list --transfers 20 --progress /opt/archivebox/data/archive archivebox-s3:/data/archive +# transfer any existing local archive data to the remote volume +rclone sync --fast-list --transfers 20 --progress /opt/archivebox/data/archive/ archivebox-s3:/data/archive -# then run this to mount the remote volume as local FUSE filesystem +# then mount the remote volume as local FUSE filesystem mv /opt/archivebox/data/archive /opt/archivebox/data/archive.localbackup rclone mount --allow-other --uid 911 --gid 911 \ --vfs-cache-mode=full --transfers=16 --checkers=4 \