Advertisement
widowild1

Untitled

May 23rd, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. wido ~ $ rsync '/home/wido/Desktop/fait maison.pdf' '/home/wido/hubic/nouveau dossier'
  2. rsync: mkstemp "/home/wido/hubic/nouveau dossier/.fait maison.pdf.vY1hTW" failed: Operation not supported (95)
  3. rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
  4. wido ~ $ rsync '/home/wido/Desktop/essai/' '/home/wido/hubic/nouveau dossier'
  5. skipping directory .
  6. wido ~ $ rsync '/home/wido/Desktop/essai' '/home/wido/hubic/nouveau dossier'
  7. skipping directory essai
  8. wido ~ $ rsync '/home/wido/Desktop/essai' '/home/wido/hubic/nouveau dossier'
  9. skipping directory essai
  10. wido ~ $ ls /home/wido/Desktop/essai
  11. 'A LANCER' essai.glabels 'fait maison.pdf'
  12. wido ~ $ ls -al /home/wido/Desktop/essai
  13. total 1876
  14. drwxr-xr-x 2 wido users 4096 23 mai 18:19 .
  15. drwxr-xr-x 3 wido users 12288 23 mai 18:19 ..
  16. -rw-r--r-- 1 wido users 75 22 mai 23:36 'A LANCER'
  17. -rw-r--r-- 1 wido users 23888 21 mai 10:49 essai.glabels
  18. -rw-r--r-- 1 wido users 1870248 23 mai 10:37 'fait maison.pdf'
  19. wido ~ $ ls -al '/home/wido/hubic/nouveau dossier'
  20. total 0
  21. -rwx------ 1 root root 0 23 mai 18:13 '.fait maison.pdf.vY1hTW'
  22. wido ~ $ rsync -az '/home/wido/Desktop/essai' '/home/wido/hubic/nouveau dossier'
  23. rsync: recv_generator: mkdir "/home/wido/hubic/nouveau dossier/essai" failed: Input/output error (5)
  24. *** Skipping any contents from this failed directory ***
  25. rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
  26.  
  27. wido ~ $ rsync --version
  28. rsync version 3.1.2 protocol version 31
  29. Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
  30. Web site: http://rsync.samba.org/
  31. Capabilities:
  32. 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
  33. socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
  34. append, ACLs, xattrs, iconv, symtimes, prealloc
  35.  
  36. rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
  37. are welcome to redistribute it under certain conditions. See the GNU
  38. General Public Licence for details.
  39. wido ~ $ uname -a
  40. Linux desktop 4.5.4-1-ARCH #1 SMP PREEMPT Wed May 11 22:21:28 CEST 2016 x86_64 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement