Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. sudo apt-get install netatalk
  2.  
  3. open afp://10.1.1.10 (replace this with your Raspberry Pi IP address)
  4.  
  5. $ scp -rv world2 pi@10.1.1.10:/path/to/copy/of/world2/
  6.  
  7. rsync -avP world2/ pi@10.1.1.10:world2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement