Displaying 1 result from an estimated 1 matches for "kzfomsbq4x4q".
2015 Apr 13
2
How to discern when like dir names exist in 2 places
with these rsync rsync [...] /var/ /dir/
rsync [...] /etc/ /dir2/
And exclude file: excl
/apache2/*
That will exclude both /var/apache2/*
and /etc/apache2/*
How can I tell rsync I want /var/apache2 excluded, but not /etc/apache2?
I mean short of using separate excl files for each run
Using something like the start of an absolute name: