Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Mount Command:
  2.  
  3. mount -t cifs //192.168.199.226/Backup /backup \ -o username='test',password='test'
  4.  
  5.  
  6. Rsync Command:
  7.  
  8. rsync -rtlDhvz /nicola /backup
  9.  
  10. Errors:
  11.  
  12. sending incremental file list
  13. nicola/
  14. nicola/first
  15. nicola/second
  16. nicola/third
  17. nicola/test/
  18. rsync: recv_generator: mkdir "/backup/nicola/test" failed: No such file or directory (2)
  19. rsync: mkstemp "/backup/nicola/.first.DEqLoS" failed: No such file or directory (2)
  20. *** Skipping any contents from this failed directory ***
  21. rsync: mkstemp "/backup/nicola/.second.SpVLvA" failed: No such file or directory (2)
  22. rsync: mkstemp "/backup/nicola/.third.1VrWBi" failed: No such file or directory (2)
  23.  
  24. sent 309 bytes received 77 bytes 772.00 bytes/sec
  25. total size is 57 speedup is 0.15
  26. rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement