Backup nextcloudpi data to another nextcloupi remote

Hi there,

I am trying to figure out a way of backing up all data to another RPI running nextcloudpi.

→ Since there is a lot of data (>1TB) it has to be done incrementally (only updating new files)

  • I’d like to accomplish this by sending the data over the internet to a friends RPI

Is there a way of doing this? I am pretty new to Linux but I do understand quickly…nevertheless before even starting and then running into a wrong direction it would be really great to know what to use.

Is nc-rsync-auto an option? → If so, is there a guidance to this? I couldnt find one yet.

Thanks in advance :-))

Hi,
You could sync it via rsync --delete:
https://explainshell.com/explain?cmd=rsync+-avh+--delete

rsync via ssh: