There is nothing to copy
You can mount NFS/SMB/CIFS via command line
Example:
mount -t nfs 192.168.x.x:/c/backup /storage/mnt -o nolock
There are many options, but first You have enbale NFS on time machine
##############################################
# LibreELEC #
# LibreELEC – Just enough OS for KODI #
##############################################
LibreELEC (community): 8.90.10-K (S912.arm)
LibreELEC:~ # mount -t nfs ip my capsule:/c/backup /storage/mnt -o nolock
mount: RPC: Remote system error - Connection refused
mount: mounting ip my capsule:/c/backup on /storage/mnt failed: Bad file descriptor
LibreELEC:~ #
what is wrong?
Thank you