Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. $ ls -l
  2. total 8
  3. drwxrwx--- 2 foo foo 4096 Jun 3 16:01 a
  4. drwxrwxr-x 3 root foo 4096 Jun 3 16:02 b
  5.  
  6. $ rsync -av -O --delete a/ b/
  7. sending incremental file list
  8. rsync: failed to set permissions on "/tmp/r/b/.": Operation not permitted (1)
  9. deleting 2
  10. ./
  11. 1
  12.  
  13. sent 115 bytes received 138 bytes 506.00 bytes/sec
  14. total size is 0 speedup is 0.00
  15. rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement