Displaying 2 results from an estimated 2 matches for "ahexax".
Did you mean:
ahead
2015 Jul 21
1
Rsync differences using NFS & SMB
...informs the user if
files are copying or the completion time. I have tried multiple
troubleshooting, even unmounting the the NFS share and clearing the cached
memory in Linux with no success.
The commands I have played around with are;-
Over smb
rsync -uvaz --delete /source /destination
rsync -aHEXAx -v --delete --progress --stats --timeout=999 /source
/destination (tried without —progress and —stats, same behaviour)
Over ssh/nfs
rsync -nuvaz --delete /source/ root at nfsServer.domain.co.uk:
Thanks,
Si
The University of Dundee is a registered Scottish Charity, No: SC015096
2015 Jul 21
0
Aw: Rsync differences using NFS & SMB
...>> troubleshooting, even unmounting the the NFS share and clearing the
>>cached
>> memory in Linux with no success.
>>
>>
>> The commands I have played around with are;-
>>
>> Over smb
>> rsync -uvaz --delete /source /destination
>> rsync -aHEXAx -v --delete --progress --stats --timeout=999 /source
>> /destination (tried without —progress and —stats, same behaviour)
>>
>> Over ssh/nfs
>> rsync -nuvaz --delete /source/ root at nfsServer.domain.co.uk:
>>
>>
>> Thanks,
>>
>> Si
>>
&g...