Question : How to create a differential flash archive?

I had created a flash archive of server1 at nfsserver:/export/S10install.flar
Then I installed client1 using nfsserver:/export/S10install.flar

Now I have updated/upgraded/patched server1 and would like to create a differential flash archive.
so that I can install it on all other client including 'client1'. How Can I achieve it?
Code Snippet:
1:
2:
3:
4:
5:
6:
#This is the way I am trying.. on server1
 
mount -F nfs nfsserver:/export /a
flar create -n s10update -A /a/S10install.flar -x /a /a/s10update.flar
 
#Am I doing it right ?
Open in New Window Select All

Answer : How to create a differential flash archive?

syntax for flar

# flarcreate -n archive_name -A unchanged_master_image_dir  options path/filename
Random Solutions  
 
programming4us programming4us