Knowledgebase: Services & Functions
RSYNC from MAC OSX terminal to NAS
Posted by Yvon Lei on 13 January 2015 12:39
|
|
RSYNC from MAC OSX terminal to NAS rsync -av Downloads aaaa@172.16.67.32::AFP/ rsync -av --delete Downloads aaaa@172.16.67.32::AFP/ * “Downloads” is MAC’fodler * “aaaa” is RSYNC server’account, we could configure from ADMIN WEB UI. * “AFP” is NAS root folder. * Without “--delete” is increment mode. * With “--delete” is SYNC mode. | |
|
Comments (0)