Advertisement
Guest User

nomnex

a guest
Jan 21st, 2010
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. mt@fmv:~$ rsync -avvn -stats --files-from rsyncfinal /home /home/rsynctest
  2. building file list ...
  3. rsync: link_stat "/home/+ /Documents/**" failed: No such file or directory (2)
  4. rsync: link_stat "/home/+ /Software/**" failed: No such file or directory (2)
  5. rsync: link_stat "/home/+ /.evolution/addressbook/local/system/addressbook.db" failed: No such file or directory (2)
  6. rsync: link_stat "/home/+ /.evolution/calendar/local/system/calendar.ics" failed: No such file or directory (2)
  7. rsync: link_stat "/home/+ /.evolution/memos/local/system/journal.ics" failed: No such file or directory (2)
  8. rsync: link_stat "/home/+ /.evolution/tasks/local/system/tasks.ics" failed: No such file or directory (2)
  9. rsync: link_stat "/home/- **" failed: No such file or directory (2)
  10. rsync: link_stat "/home/- *" failed: No such file or directory (2)
  11. done
  12. delta-transmission disabled for local transfer or --whole-file
  13. total: matches=0 hash_hits=0 false_alarms=0 data=0
  14.  
  15. sent 18 bytes received 12 bytes 60.00 bytes/sec
  16. total size is 0 speedup is 0.00 (DRY RUN)
  17. rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1058) [sender=3.0.5]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement