Displaying 1 result from an estimated 1 matches for "cvonk".
Did you mean:
conk
2003 Aug 26
1
rsync NFS automount home directories, deletes on 2nd run
...ectories are explicitly included in the
'include list', I would expect them to get
automounted, and picked up by rsync.
I am using 2.5.6 with
--include-from=see.example.below
--verbose --verbose
--archive
--delete --delete-excluded
/home/ /destination
$ cat see example.below
+ /cvonk/
+ /cvonk/*
+ /cvonk/**/
+ /cvonk/**/*
+ /kernel/
+ /kernel/*
+ /kernel/**/
+ /kernel/**/*
+ /cvsroot/
+ /cvsroot/*
+ /cvsroot/**/
+ /cvsroot/**/*
- */
The double --verbose options, does not even mention
the /home directories that are not already mounted.
suggestions?, thanks,
/coert
___________...