November 8, 20241 yr Hello, I have a seafile (cloud solution like nextcloud) docker running a my server, with this configuration : Problem is, the "Data" folder is an all-in-one solution that doesn't separate configs files and logs from the actual data. This write into a share that is set to my Array because of the data size. I tried to enable the cache so new logs files are written in the cache preferably, but obviously I'll have to wait the log rotation for a new log file to be created in the cache. Each time the log is written (every 5 minutes or so), so my disks never spin-down. I'm currently chasing avoidable power consumption, so I would like to know how to separate the config and log folder from the pure data? This is how the folders are inside the share : Most of the config and log files are written in the "seafile" folder How should I proceed? I just have to create a new path route for /shared/logs & /shared/nginx & /shared/seafile/conf & /shared/seafile/logs to a new cache only share like appdata? And the same for the other folder? It seems to be a lot of work just to split paths... Thanks for reading. Edited November 8, 20241 yr by A.sch3
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.