CasaOS icon indicating copy to clipboard operation
CasaOS copied to clipboard

Resilio Sync - cannot add new drives/folders to sync besides the standard in /sync

Open BelFir opened this issue 1 year ago • 0 comments

I'm a LINUX rookie here and use CasaOS for the first time as OS with docker containers, I have 2 SATA HDD drives and I want to allow RESILIO SYNC to access also other directories on different drives than the internal SSD (which is restricted by the config file to only /sync root folder) At the moment the app functions only with the internal drive which is small in size and a user cannot sync some bigger volumes. Is there a solution? I would appreciate any help you can provide.

Additional info

This is the content of the sync.conf, which is probably responsible for this limitation: { "listening_port": 55555, "storage_path": "/config", "vendor": "docker", "display_new_version": false, "directory_root_policy": "belowroot", "directory_root": "/sync/", "files_default_path": "/downloads", "webui": { "listen": "0.0.0.0:8888", "allow_empty_password": false, "dir_whitelist": [ "/sync", "/sync/folders", "/sync/mounted_folders" ] } }

Expected behavior

I want to be able to sync files and folders on my bigger SATA drives.

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: linux
  • CasaOS Version: 0.4.9
  • Disk Total: 27712
  • Disk Used: 21064
  • System Info: [Debian GNU/Linux 11 \l Bit:64 Mem:7801M Core:4 Linux CasaOS 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64 GNU/Linux]
  • Remote Version: 0.4.9
  • Browser: Chrome
  • Version: 124.0.0.0

System Time

Run timedatectl and share the output

(timedatectl output here)

Logs

Run following command to collect corresponding logs:

sudo journalctl -xef -u casaos-gateway
sudo journalctl -xef -u casaos-user-service
sudo journalctl -xef -u casaos-local-storage
sudo journalctl -xef -u casaos-app-management
sudo journalctl -xef -u casaos.service

Additional context

Add any other context about the problem here.

If you are a Zimaboard user, make it explicit with when you got your Zimaboard.

BelFir avatar May 19 '24 11:05 BelFir