Advertisement
Tassos

rsync damage my HDD ?

Apr 26th, 2020
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1. rsync -P -rsh=ssh -avzh --progress -r server:MyDir .
  2.  
  3. receiving incremental file list
  4. rsync: recv_generator: mkdir "/media/user/4 TB RED/MyDir" failed: Input/output error (5)
  5. *** Skipping any contents from this failed directory ***
  6. MyDir/
  7.  
  8. sent 28 bytes  received 236 bytes  176.00 bytes/sec
  9. total size is 10.00G  speedup is 40,677,566.86
  10. rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1668) [generator=3.1.2]
  11.  
  12.  
  13. #=====================================================================================================
  14.  
  15. #Δεν μπόρσα πραγματικά να καταλάβω τι γινόταν μέχρι που έτρεξα και ένα `ls -alh`
  16.  
  17. drwxrwxrwx  1 tas-sos user  16K Apr 25 13:35 .
  18. drwxr-x---+ 4 root    root    4.0K Apr 25 12:55 ..
  19. d?????????? ? ?       ?          ?            ? MyDir
  20.  
  21.  
  22. #=====================================================================================================
  23.  
  24. `rm -rf MyDir`
  25.  
  26. rm: cannot remove 'MyDir': Input/output error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement