Guest User

Untitled

a guest
Feb 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. rsync --recursive --archive --copy-unsafe-links --hard-links
  2. --delete-after --fuzzy --compress --human-readable
  3. --quiet --delete-excluded
  4. --exclude mail
  5. --exclude .ssh
  6. --exclude .wine
  7. --exclude .byobu/.ssh-agent
  8. --exclude .config/pulse/*-runtime
  9. # some more excludes go here
  10. /home/myusername/
  11. computer2hostname:/mnt/storrrage/computer1_backup/
  12.  
  13. symlink has no referent: "/home/myusername/.kde/tmp-computer1"
  14. symlink has no referent: "/home/myusername/.kde/socket-computer1"
Add Comment
Please, Sign In to add comment