Results 1 to 1 of 1
Hi All,
I understand rsync pretty well, I think but I am not positive about this one...
What I want to do is keep files between a desktop and laptop ...
- 03-12-2008 #1
So who is the sync pro?? I got a question...
Hi All,
I understand rsync pretty well, I think
but I am not positive about this one...
What I want to do is keep files between a desktop and laptop synced, basically..
But this is a push of files from one to the other, so how can I sync them, meaning if there are changes on both make them on both machines, do I need to run the above command on both machines? That don't seem right.rsync -arvuz /home/user/ 192.168.1.101:/home/user/


Reply With Quote