mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 15:13:03 +02:00
Updated Setting Up Storage (markdown)
@@ -188,10 +188,10 @@ region = us-east-1
|
|||||||
See here for full instructions: https://rclone.org/commands/rclone_mount/
|
See here for full instructions: https://rclone.org/commands/rclone_mount/
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# transfer any existing data to the remote mount
|
# 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
|
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
|
mv /opt/archivebox/data/archive /opt/archivebox/data/archive.localbackup
|
||||||
rclone mount --allow-other --uid 911 --gid 911 \
|
rclone mount --allow-other --uid 911 --gid 911 \
|
||||||
--vfs-cache-mode=full --transfers=16 --checkers=4 \
|
--vfs-cache-mode=full --transfers=16 --checkers=4 \
|
||||||
|
Reference in New Issue
Block a user