Guest User

Untitled

a guest
Jan 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. - host1
  2. ```
  3. while true; do rsync -a --inplace /path/to/file host2:/path/to/; done
  4. ```
  5.  
  6. - host2
  7. ```
  8. tail -f /path/to/file
  9. ```
Add Comment
Please, Sign In to add comment