Displaying 5 results from an estimated 5 matches for "porjesz".
2012 Jun 24
7
Hlink node data for 2282618 already has path=...
So, like a lot of people, I am using --link-dest to do backups. My
backup target is ext4 so with a hard link limit of 64K. I do end up
with trying to create too many links at some point though and get the
following sequence of events:
rsync: link "/.snapshots/hourly.0/linux/usr/src/openwrt-r18617/build_dir/host/mpfr-2.4.1/tests/.deps/tui_sub.Po" =>
2012 Mar 19
1
Please check latest solaris package
Hi all,
I cannot decide, please help me:
http://www.sunfreeware.com/sparc/10/rsync-3.0.9-sol10-sparc-local.gz
I downloaded this package and installed. The command file rsync returned a strange message: can't read ELF header - otherwise the file itself is runnable and working.
Is there any way to check this file?
Thanks
Andr?s
-------------- next part --------------
An HTML attachment was
2011 Jul 28
20
[Bug 8336] New: parent dir permission
...ummary: parent dir permission
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: andras.porjesz at ericsson.com
QAContact: rsync-qa at samba.org
Hi all,
I use the following syntax:
rsync -av --relative --link-dest=/a/refdir /a/sourcedir/./dirtree/to/transfer
<ip>::module/a/sourcedir
in rsyncd.conf I set the following:
uid=root
gid=root
use chroot=true
--------------
the probl...
2012 Jul 27
7
cannot rsync when source directory lacks write permission
I seem to be running into a problem where I am trying to rsync from a
source directory that lacks write permissions (i.e. r-xr-xr-x).
Presumably this is because rsync creates the directory on the
destination, then sets the permissions to match the source and then
tries to sync the contents of the directory, which it cannot of course
lacking write permission in the directory.
Is there a way to
2012 Apr 05
2
[Bug 8844] New: rsyncd ownership handling
...ummary: rsyncd ownership handling
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: andras.porjesz at ericsson.com
QAContact: rsync-qa at samba.org
I have an rsync client running with the following flags:
RSYNC_FLAGS="--recursive" # this tells rsync to copy
directories recursively
RSYNC_FLAGS="$RSYNC_FLAGS --links" # recreat...