Displaying 1 result from an estimated 1 matches for "freedom_en".
Did you mean:
freedmen
2005 Apr 24
1
the second time rsyncing a readonly file
...1 0 2005-04-25 00:05 u
---------- 1 0 2005-04-25 00:05 v
$ touch u; sleep 1;touch v; chmod 0 v; rsync u v; ls -og u v; /bin/rm -f u v
-rw-r--r-- 1 0 2005-04-25 00:05 u
-rw-r--r-- 1 0 2005-04-25 00:05 v
OK, never mind that. What bothers me is
rsync: open "/mnt/usb/cf/webtree/media/ham/freq/freedom_en.html"
failed: Permission denied (13)
rsync error: some files could not be transferred (code 23) at main.c(702)
-r-xr-xr-x 1 jidanni 4248 2005-04-18 03:31 freedom_en.html
Therefore in the manual at
-p, --perms
This option causes rsync to set the destination permissio...