1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 03:54:08 +02:00

Updated Setting Up Storage (markdown)

Nick Sweeting
2024-04-10 03:14:43 -07:00
parent d6abe40ff4
commit 871225b526

@@ -188,7 +188,11 @@ region = us-east-1
See here for full instructions: https://rclone.org/commands/rclone_mount/
```bash
# run this long-running command to mount the remote volume containing data/archive
# transfer any existing data to the remote mount
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
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 \
archivebox-s3/data/archive:/opt/archivebox/data/archive