Advertisement
Guest User

Untitled

a guest
May 10th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # sample configuration
  2. host: example.com
  3. username: my_username
  4. password: mysupersecretpassword
  5.  
  6. # source, has to be directory
  7. src: src
  8.  
  9. # destination, has to be an existing directory on the server
  10. dest: public_html/hackaway
  11.  
  12. # files to exclude, relative to source directory
  13. exclude:
  14. - **/*.log # all files ending in .log
  15. - tmp/ # entire tmp folder
  16. - hello/foobaz.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement