Displaying 1 result from an estimated 1 matches for "aqgamg".
Did you mean:
agami
2011 May 30
0
Syncing a write protected folder
...options> dir1 target' is:
.
??? [dr-xr-xr-x] dir1
??? ??? [-r--r--r--] text.txt
??? [drwxr-xr-x] target
??? [dr-xr-xr-x] dir1
??? [-r--r--r--] text.txt
Now i did some tries:
"rsync -rvt dir1 target" throw an error message:
mkstemp "../target/dir1/.text.txt.AQGaMg" failed: Permission denied
And that's what rsync did so far:
.
??? [dr-xr-xr-x] dir1
??? ??? [-r--r--r--] text.txt
??? [drwxr-xr-x] target
??? [dr-xr-xr-x] dir1
What i'm confused about is, after i did the exatcly same command again:
.
??? [dr-xr-xr-x] dir1
??? ??? [-r--r-...