Multiple Raspberry Pis as client to one Raspberry Pi NextCloud server

Hello, I have NextCloud running on a raspberry pi with an external USB storage. I can back up multiple laptops with browser access.
I would like to add my other Raspberry Pi’s with headless access that I interface with via SSH.
Is there a way I can load NextCloud onto other Rasperry Pi’s so their data can be backed up as well?

If you want to use the server as a backup destination for other client, why should it be of relevance if Nextcloud is installed on it or not? I would directly use an ssh connection or rsync to transfer files to the server. These basic command line tools are much faster than using a WebDAV link.

1 Like