Use the autosync command as follows to synchronize a specific file system on an AutoClient system with its back file system:
% autosync -h hostname cached-filesystem |
In this command,
|
-h |
Specifies one system. |
|
hostname |
Is the name of the system whose cache you want to update. |
|
cached-filesystem |
Is the name of the system cached filesystem you want to update. |
The following example shows how to update the cached file system /usr on the AutoClient system foo:
|
% autosync -h foo /usr |