Well this is bizarre…I created a new repository with the following command:
duplicacy init -e -storage-name "foo" desktop-foo samba://samba-duplicacy@target/backup/
I started the backup and it began uploading chunks, but there is no data showing up on the samba server at all and no connections from the client show up in netstat
. Where could it be uploading to? Is the storage setup command I used wrong?
edit: It looks like that backed up to a local folder in the same directory. So clearly samba://
is not the correct storage path for samba shares, even though after looking at the source it’s supposed to parse and use it. Is there anything I can do to help troubleshoot @gchen or am I misunderstanding something?