type, tags
Immich
!
!
!
!
rclone
- Install rclone plugin, not docker, in unraid
- use
rclone config and follow the backblakze rclone setup page to set up the remote
- Create ONE name for the remote which contains all the buckets. In this case, we use 'b2'
- Use
rclone config again and follow rclone crypt page to set up encryption
- The password and salt are stored 1pass's backblaze item
- Name can be
b2-crype:{bucket_name}
- Commands
- copy files -
rclone copy /mnt/user/la-share/syncthing/main/martial_arts b2-crypt:ylu-test -P --bwlimit 10M:10M --fast-list --check-first --order-by=name --log-file=/mnt/user/la-share/rclone/rclone.log --log-file-max-size 1M --log-file-max-backups 3 --log-level=INFO --combined=/mnt/user/la-share/rclone/report.log
- Modified files will create new file version in backblaze
- list files -
rclone ls b2-crypt:ylu-test
- sync files -
rclone sync /mnt/user/la-share/syncthing/main/martial_arts b2-crypt:ylu-test -P --bwlimit 10M:10M --fast-list --check-first --order-by=name --log-file=/mnt/user/la-share/rclone/rclone.log --log-file-max-size 1M --log-file-max-backups 3 --log-level=INFO --combined=/mnt/user/la-share/rclone/report.log
- deleted files will stay hidden in backblaze and the hidden one doesn't take any space
- delete files -
rclone backend cleanup-hidden b2:ylu-test -P --fast-list --log-file=/mnt/user/la-share/rclone/rclone.log --log-file-max-size 1M --log-file-max-backups 3 --log-level=INFO
- Use it on the underlying remote, not the crypt remote
- This will actually remove the hidden files