Advertisement
Guest User

Untitled

a guest
Feb 6th, 2012
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.73 KB | None | 0 0
  1. /opt/var/log/rsnapshot # vim hourly-2012-01-20_21-00.rlog
  2. Setting locale to POSIX "C"
  3. WARNING: Removing stale lockfile /opt/var/run/rsnapshot.pid
  4. rm -f /opt/var/run/rsnapshot.pid
  5. echo 5859 > /opt/var/run/rsnapshot.pid
  6. /opt/bin/rm -rf /DataVolume/backup/hourly.5/
  7. mv /DataVolume/backup/hourly.4/ /DataVolume/backup/hourly.5/
  8. mv /DataVolume/backup/hourly.3/ /DataVolume/backup/hourly.4/
  9. mv /DataVolume/backup/hourly.2/ /DataVolume/backup/hourly.3/
  10. mv /DataVolume/backup/hourly.1/ /DataVolume/backup/hourly.2/
  11. mv /DataVolume/backup/hourly.0/ /DataVolume/backup/hourly.1/
  12. mkdir -m 0755 -p /DataVolume/backup/hourly.0/
  13. /opt/bin/rsync -av --delete --numeric-ids --relative --delete-excluded \
  14.     --exclude=Recycled/ --exclude=Trash/ --exclude=lost+found/ \
  15.     --exclude=.gvfs/ --exclude=Downloads/ --exclude=.cache/ \
  16.     --exclude=.thumbnails/ --rsh=/opt/bin/ssh \
  17.     --link-dest=/DataVolume/backup/hourly.1/lama/ simon@lama:/home/simon \
  18.     /DataVolume/backup/hourly.0/lama/
  19. ssh: connect to host lama port 22: No route to host^M
  20. rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
  21. rsync error: error in rsync protocol data stream (code 12) at io.c(601) [Receiver=3.0.8]
  22. ----------------------------------------------------------------------------
  23. rsnapshot encountered an error! The program was invoked with these options:
  24. /opt/bin/rsnapshot -V hourly
  25. ----------------------------------------------------------------------------
  26. ERROR: /opt/bin/rsync returned 12 while processing simon@lama:/home/simon/
  27. /opt/bin/rsync -av --delete --numeric-ids --relative --delete-excluded \
  28.     --exclude=Recycled/ --exclude=Trash/ --exclude=lost+found/ \
  29.     --exclude=.gvfs/ --exclude=Downloads/ --exclude=.cache/ \
  30.     --exclude=.thumbnails/ --rsh=/opt/bin/ssh \
  31.     --link-dest=/DataVolume/backup/hourly.1/zebra/ simon@zebra:/home/simon \
  32.     /DataVolume/backup/hourly.0/zebra/
  33. receiving incremental file list
  34. created directory /DataVolume/backup/hourly.0/zebra
  35. home/simon/
  36. home/simon/.ICEauthority
  37. home/simon/.Xauthority
  38. home/simon/.bash_history
  39. home/simon/.conkyrc
  40. [...LOTS of filetransfer!..]
  41. rsync: send_files failed to open "/home/simon/backup/etc_bu/etc/ssh/ssh_host_rsa_key": Permission denied (13)
  42. rsync: send_files failed to open "/home/simon/backup/etc_bu/etc/sudoers.d/README": Permission denied (13)
  43. rsync: send_files failed to open "/home/simon/backup/etc_bu/etc/ufw/after.rules": Permission denied (13)
  44. rsync: send_files failed to open "/home/simon/backup/etc_bu/etc/ufw/after6.rules": Permission denied (13)
  45. rsync: send_files failed to open "/home/simon/backup/etc_bu/etc/ufw/before.rules": Permission denied (13)
  46. rsync: send_files failed to open "/home/simon/backup/etc_bu/etc/ufw/before6.rules": Permission denied (13)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement