Dietpi Urbackup client

Hi, I have several RPi running Dietpi OS in my LAN. Is there a way to back a dietpi RPi as client? If yes how do i install Client?
thank you

Maybe this could be interesting GitHub post urbackup CLIENT · Issue #5876 · MichaIng/DietPi · GitHub

i have installed this:
TF=$(mktemp) && wget “https://hndl.urbackup.org/Client/2.5.21/UrBackup%20Client%20Linux%202.5.21.sh” -O $TF && sudo sh $TF; rm -f $TF

It works great. Thank you