Timeline for rsync all directories that start with a specific digit
Current License: CC BY-SA 3.0
        4 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:37 | history | edited | CommunityBot | 
        
            
             
                
                    replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/ 
                
             
        
     | 
|
| Feb 11, 2013 at 5:14 | vote | accept | kasdega | ||
| Feb 11, 2013 at 5:14 | comment | added | kasdega | 
        
            
    rsync -rzvvhP --size-only --filter="+ /4*/" --exclude='/*' ... is what I ended up using...the issue I believe the problem was that the exclude was coming first...changing this from an include to filter works.
        
     | 
|
| Feb 2, 2013 at 0:09 | history | answered | Gilles 'SO- stop being evil' | CC BY-SA 3.0 |