Guest User

Untitled

a guest
Jun 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. + /home/**
  2. + /opt**
  3. - *
  4.  
  5. rsync -avr --include-from="/rsync/include.txt" . ../backup
  6.  
  7. sending incremental file list
  8. created directory ../archive
  9. ./
  10. opt/
  11. opt/some-file
  12. opt/include-me/
  13. opt/include-me/me-too
  14. opt/include-me/and-me/
  15.  
  16. sent 299 bytes received 106 bytes 810.00 bytes/sec
  17. total size is 0 speedup is 0.00
Add Comment
Please, Sign In to add comment