disable chown for backups
-
J joseph marked this topic as a question on
-
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) -
G girish has marked this topic as solved on
