Many months of trying all sorts of methods - nothing will work!
I want to sync Laptop to NAS, then sync Desktop to NAS.
FTP works fine but you cant update cleverly.
Rsync, Grsync, Unison - all need to be installed at both ends I believe.
Laptop and NAS can see each other via Samba.
I was told how to update using Samba by using this:
sudo mount //192.168.2.2/jon /tmp/test -t cifs -o username=jon,password=******,uid=jon,rw
All I get is >>Mount: Not a directory<<
Please help!
I want to sync Laptop to NAS, then sync Desktop to NAS.
FTP works fine but you cant update cleverly.
Rsync, Grsync, Unison - all need to be installed at both ends I believe.
Laptop and NAS can see each other via Samba.
I was told how to update using Samba by using this:
sudo mount //192.168.2.2/jon /tmp/test -t cifs -o username=jon,password=******,uid=jon,rw
All I get is >>Mount: Not a directory<<
Please help!
Comment