Displaying 2 results from an estimated 2 matches for "perlwork".
2011 Jun 09
0
rsync 3.0.7 hangs with unreadable hard-links files
...048 --w------- 2 chris chris 193 2011-05-25 19:19 bd
15958048 --w------- 2 chris chris 193 2011-05-25 19:19 bd2
$ rsync -avv --hard-links foo /tmp
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
rsync: send_files failed to open
"/home/chris/Dropbox/perlwork/brandysnap/foo/bd2": Permission denied (13)
^Crsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
rsync.c(543) [sender=3.0.7]
----------------------------------------------------------------------
If this is not a known bug, then hopefully this information will be of use.
regards...
2011 Jun 19
1
[Bug 8246] New: rsync hangs with --hard-links and unreadable files
...8048 --w------- 2 chris chris 193 2011-05-25 19:19 bd
15958048 --w------- 2 chris chris 193 2011-05-25 19:19 bd2
$ rsync -avv --hard-links foo /tmp
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
rsync: send_files failed to open
"/home/chris/Dropbox/perlwork/brandysnap/foo/bd2": Permission denied (13)
^Crsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(543)
[sender=3.0.7]
----------------------------------------------------------------------
The hang doesn't happen if --hard-links is not specified, or the files have
read...