Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. rsync -r --ignore-existing --include=*/ --include=*.js --exclude=* source/ destination
  2.  
  3. -n, --no-clobber
  4. do not overwrite an existing file (overrides the previous -i option)
  5.  
  6. sudo cp -vnpr /xxx/* /yyy
  7.  
  8. echo n | cp -vipr xxx yyy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement