Hey all
I got a strange problem ( well its strange to me as am still new ish to linux)
i am trying to rsync files from my ubuntu server 22.04 to an old nas. i have managed to get the mount setup so I can view the nas i can copy files to the nas i can create folders on the nas via command line in ubuntu but when i use rsync i get this error
mason64@luss4:/mnt/share/backupoffice$ rsync -av /home/mason64/bandwidthtest.txt /mnt/share/backupoffice/test
sending incremental file list
bandwidthtest.txt
rsync: [receiver] mkstemp “/mnt/share/backupoffice/test/.bandwidthtest.txt.6xY4wo” failed: Operation not permitted (1)
sent 1,364 bytes received 35 bytes 2,798.00 bytes/sec
total size is 1,242 speedup is 0.89
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1333) [sender=3.2.3]
Could it be because its an old nas using SMB 1 ? this is just going to be used to backup files from a server daily using rsync for local backup only and will never have online access. (understand SMB 1 is not very secure.).
Would anyone have any ideas on why i cant use rsync but i can do it manually with cp “filename” “/mnt/share/backupoffice/test” and that works.
Thank you
Dave