filesync command: How does it copy files?
Does anybody know the technical details of how the solaris command "filesync" actually syncs up files between Solaris systems? More specifically, does the command copy entire files or just the changed bits? For example if it detects that the 100Meg file called "access.log" on System A is newer then the one on System B, does it copy the entire 100 Meg file over to System B, or just append the new data within that file?
Thanks

