I have a target and host setup with Linux as the OS on both.
I have a root file system(RFS) in my target. I have a setup in which my RFS is in development state so it will undergo changes on the fly. My requirement is that, every time I make a change, I need to sync my current RFS to my target RFS.
One of my colleague suggested that I can use rsync to attain my task.
Please shed your valuable suggestions on this idea.
All other ideas are also welcomed.