NethServer Version: 8
Module: nextcloud
Hi all,
going away for a few days I need to be able to adjust a simple webpage I created on my (non NS-based) webserver. I don’t have direct access to that webserver from abroad, so I was thinking to create a script that copies all files from a specific folder in Nextcloud (I do have access to that from abroad) on regular intervals to my webserver (using scp).
Scripting that is not hard, but how do I get shell access to the container where my nextcloud files are.
Do I run into network difficulties, or can I just scp to 192.168.x.y (IP of webserver).
Is cron available there?
This does not need to be persistent over updates; It’s just for the weekend.
any help appreciated.