Hello together,
I've nextcloud snap in an unprivileged lxc container up and running. No I was playing around with the nextcloud snap CLI.
When issuing the following command:
I got the following error:
When issuing
The dump is printed on the console. So I guess the problem is with the redirection inside of lxc.
Could please somebody point me in the right direction how to write the output to a file?
Any help or hint is highly appreciated!
Thanks!
Chris
I've nextcloud snap in an unprivileged lxc container up and running. No I was playing around with the nextcloud snap CLI.
When issuing the following command:
nextcloud.mysqldump --databases nextcloud > /tmp/nextclouddump.txt
I got the following error:
Got errno 32 on write
When issuing
nextcloud.mysqldump --databases nextcloud
The dump is printed on the console. So I guess the problem is with the redirection inside of lxc.
Could please somebody point me in the right direction how to write the output to a file?
Any help or hint is highly appreciated!
Thanks!
Chris