Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. -rw-r--r-- 1 27773 27773 12 Mar 23 21:41 aws-1
  2. -rw-r--r-- 1 27773 27773 12 Mar 23 21:41 aws-2
  3.  
  4. rsync
  5. --include="aws*"
  6. --exclude="*"
  7. -avh --chmod=a=rw "source/." "destination"
  8.  
  9. sending incremental file list
  10. created directory destination
  11. rsync: failed to modify permissions on "/home/cg/root/destination/.": Permission denied (13)
  12. rsync: recv_generator: failed to stat "/home/cg/root/destination/aws-1": Permission denied (13)
  13. rsync: recv_generator: failed to stat "/home/cg/root/destination/aws-2": Permission denied (13)
  14. ./
  15.  
  16. sent 88 bytes received 346 bytes 868.00 bytes/sec
  17. total size is 24 speedup is 0.06
  18. rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1165) [sender=3.1.1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement