Hello @brunoleonadvogado
Is it not /app/app/onlyoffice/CommunityServer ?
Sorry if I was unclear.
Docker installation has its own logic of backup saving in such scenario. You have to set up the path inside the container.
If you want to get access to the container, you can use command: docker exec -it ID_of_container bash
.
You can check ID of Community server container with docker ps
command.
There’s a trick with this scenario. If you followed official installation guide, some folder are mapped to the host. For example, these ones:
-v /app/onlyoffice/CommunityServer/data:/var/www/onlyoffice/Data \
-v /app/onlyoffice/CommunityServer/logs:/var/log/onlyoffice
So, you can set up /var/log/onlyoffice to ‘Computer file’ in Control Panel. This way new backup file will appear in the host folder here: /app/onlyoffice/CommunityServer/logs
So, it’s not necessary to go inside the container to get the file. You can take it from host folder and copy to other server\external storage.
But now I have another problem related to this one, as how do I get the backup from the ubuntu-server to my WD NAS server (which does not support WebDav protocol)?
I believe you can copy backup file from host to external server\storage manually. If I misunderstood desired scenario, please provide us with details.