Displaying 1 result from an estimated 1 matches for "548955".
Did you mean:
948955
2005 Feb 04
0
Rsync Include confusion
I am trying to understand the include/exclude functions of rsync...what I
want to do is have a folder with appended files...such as thisfile.gif.bak
I want rsync to include ALL *.*.bak files and skip over everything
else...But thisfile.gif exist in the same folder as thisfile.gif.bak
Can I exlude using a wild card like *.gif...???