disable chown for backups
-
wrote on Oct 6, 2024, 7:34 PM last edited by joseph Oct 7, 2024, 12:21 PM
Hello!
I would like to know if it's possible to disable the chown command while making backups.
I have a storage server made for that but it's in ftp so it's unable to chown
-
-
wrote on Oct 7, 2024, 5:42 PM last edited by
I used curlftpfs to mount my storage server
-
No idea how well curlftpfs works. There is a flag internally to disable chown. There is no UI though since it wasn't required so far. For quick testing, you can simply comment out the lines that do the chown . In
/home/yellowtent/box/src/storage/filesystem.js
. https://git.cloudron.io/cloudron/box/-/blob/master/src/storage/filesystem.js#L85 . Just make thatif (false)
and attempt a backup (no need to restart the code) -
wrote on Oct 10, 2024, 4:12 PM last edited by
Okay I saw an option "server doesn't support chown" something like that for backups. I activated that and it worked. I have a new question but I will open a new ticket.
Thanks for your help!
-