Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Jan 23 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Jan 23

We learn something new every day :-)

Thanks to this, I have now discovered that rsync treats all --exclude
paths as relative to the source directory, so the exclude you've used -
which I would have fully expected to work - actually translates in rsync
as '/home/home/mike/.gvfs'.

Try

sudo rsync -azvv -e ssh --exclude 'mike/.gvfs' /home/
mike@...:mike_laptop_home

and see how that works.

And thank you for teaching me something new

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on rsync and .gvfs folder problem Or get search suggestion and latest updates.


Tagged: