Results 1 to 2 of 2
Hello all,
Here is what I am doing, I am using the following command to sync a laptop and desktop...
rsync -arvuz /home/user/mystuff/ laptop:/home/user/
What I would like to do ...
- 03-13-2008 #1
rsync help!!
Hello all,
Here is what I am doing, I am using the following command to sync a laptop and desktop...
What I would like to do is sync all files *except* 1 directory.rsync -arvuz /home/user/mystuff/ laptop:/home/user/
How can I do that?
I am imagining something like this...
rsync -arvuz /home/user/ --ignore=/home/user/Music laptop:/home/user/
- 03-13-2008 #2


Reply With Quote