Displaying 20 results from an estimated 6000 matches similar to: "logging mechanism in rsync"
2009 May 19
2
incremental directory searche in rsync 3.0.6
Hi,
I was in under impression that rsync 3.0.5/3.0.6 creates all the missing
directories in the path but I think I am wrong. Could any one tell me is it
possible to create all missing dirs in path at destination side if not
exists. Currently, I have been getting below errors.
rsync -avz /tmp/mytest/rsync-test/dir-test/parent-dir/
desthost:/tmp/mytest/rsync-test/dir-test/parent-dir/
sending
2009 Sep 01
1
rsync and symlinks
Hi, I have one question regarding handling of symlinks in rsync. If I have
/source directory in which I have 100s of sub directories of directories and
each one has symlink to some directories out side the /source directory
hierarchy. Does rsync follows all those symlinks and syncs the data if I
specifies below rsync command?
rsync -avz /source/ remote.ky:/source/
source
|
| - source1
2009 Jul 26
1
Need help of exclusion options in rsync-3.0.6
Hi,
I have a situation where I want to delete some of my excluded patterns but
still want to preserve some other. For example consider below source and
destination directory hierarchy.
Source Dest
---------- ---------
/foo/bar/ /foo/bar/
| -> baz | -> baz
| -> xyz | -> xyz
| ->
2009 Jan 20
8
find out the meaning of rsync error code
Hi,
Could anyone please tell me how to get the meaning of rsync error codes.
In "rsync return code: 12" error, what 12 indicates?
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2009 May 28
4
some files vanished before they could be transferred
Hi,
I am getting "rsync warning: some files vanished before they could be
transferred (code 24) at main.c(1039) [sender=3.0.6]" now frequently but
while using rsync version 2.6, I used to get it rarely. Any idea would be
helpful on why rsync 3.0.6 is throwing this warning frequently.
Jignesh.
-------------- next part --------------
HTML attachment scrubbed and removed
2009 Apr 16
1
--remove-source-file problem
All,
I'm having a problem with the rsync parameters -remove-source-files.
I'm attempting to rsync files from a remote server (source). My target
machine is Linux 2.6.9-67.ELsmp and my source machine is AIX 3.
Rsync is version rsync version 2.6.9 protocol version 29 on the target
machine and rsync version 2.6.2 protocol version 28 on the AIX server.
My rsync command is:
rsync
2004 Dec 06
3
rsync: a bit of confusion
Hi,
This is the first time I have setup rsync.conf like,
max connections = 20
syslog facility = local3
read only = true
hosts allow = 192.168.10.10
[qmail-control]
comment = qmail-control
path = /var/qmail/control
read only = yes
list = yes
uid = root
gid = root
Then from 192.168.10.10, I tried,
rsync -avz -e ssh
2009 May 04
3
Problem with --fil
Hi, I am using below command.
rsync --verbose --log-file-format='%i %f %l %o %b'
--log-file='/tmp/myfile' src/ dest/
Though it is good that all the sync information contents will be redirected
to /tmp/myfile, it would be useful if rsync could print at least below final
statistics on stdout.
2009/05/05 00:17:45 [26050] Number of files: 18
2009/05/05 00:17:45 [26050] Number of
2008 Dec 04
3
rssync source code as a windows project
Hi Friends,
I have started learning rsync source code but I am finding very difficult to
go back and forth to find the execution flow. I could see that rsync code is
written in UNIX and the compilation is difficult. Does anybody converted it
into Windows Project so that we can open in using Visual Studio IDE and it
will be very simple to search for some function and find the complete work
flow.
2009 Mar 02
2
how rsync calculate Tranfer rate ??
Hi,
I am not sure how rsync calculates below statistics and how transfer rate
170583.48 bytes/sec ? Where is the total transfer time information? How
speedup is 1? How Total bytes written is 6567384? Could someone please give
me brief information on this.
Number of files: 4
Number of files transferred: 3
Total file size: 6566219 bytes
Total transferred file size: 6566219 bytes
Literal data:
2009 May 07
1
"%h %a %u" string in --log-file-format doesn't work
Hi,
I have been using --log-file-format and --log-file options in following way
in rsync-3.0.5
rsync -avz -ii --log-file-format='%h %a %m %u %i %f %l %o %b'
--log-file='/tmp/myfile' /src /dest
It does't include the host name, IP address and authenticated user name and
instead it keep it as "%h %a %u". Could any one tell me what is wrong here?
Example output is
2008 Dec 16
2
Transfer mode
Hello Friends,
Could any one please tell me what is transfer mode and what are the transfer
modes available in rsync?
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2009 May 02
1
The --relative option on remote machine to source machine ???
Hi,
I read below lines in rsync v3.0.5 for --relative option.
if you used this command:
rsync -av /foo/bar/baz.c remote:/tmp/
... this would create a file named baz.c in /tmp/ on the remote machine. If
instead you used
rsync -avR /foo/bar/baz.c remote:/tmp/
then a file named /tmp/foo/bar/baz.c would be created on the remote machine,
preserving its full path
It is also possible to limit the
2008 Apr 10
3
Zfs send takes 3 days for 1TB?
Can zfs send utilize multiple-streams of data transmission (or some sort
of multipleness)?
Interesting read for background
http://people.planetpostgresql.org/xzilla/index.php?/archives/338-guid.html
Note: zfs send takes 3 days for 1TB to another system
Regards,
Jignesh
2005 Dec 30
5
Dtrace locks up on sol
Hi all...
I''ve just got my hands on a Solaris 10 box for the first time. I''ve heard wonderous things about dtrace, so the first command I type is dtrace -l which disappointingly does nothing at all. It just hangs, and neither Ctrl-D, Ctrl-C or kill -9 from another shell will do anything to kill it.
The box is:
SunOS t2000 5.10 Generic_118822-25 sun4v sparc SUNW,Sun-Fire-T200
2010 Nov 16
3
Can't do a nested define. What are my options?
I''m trying to create a directory structure from 2 arrays. First array
is the "outter", second is the "inner". For each "outter", I''d like to
loop through each "inner".
Below is sort of what I''m trying to do. In the real world, the
$sys_name and $mounts vars will be parsed from yaml and will be
dynamic. In the example I''ve
2008 May 30
1
Archive of "bad" things during rsync?
Hi,
Wouldn't you know, I can't get rsync to throw an error during
a copy. :) I need to put together some instructions for a guy that runs
a WISP for him to look over before weekly backups are made (I'll be
copying the files to /dev/null so any read errors can be caught).
I can do the simple :
rsync warning: some files vanished before they could be transferred (code 24) at
2003 Dec 06
2
sol8 - rsync2.5.6 - cannot rsync at all
hi,
using sol8 sparc platform with recommended patch set from sun.
dloaded/installed rsync and popt(prerequsite) from sunfreeware.com (bin for
sol8 sparc)
# pkgadd -d ./popt-1.7-sol8-sparc-local all
# pkgadd -d ./rsync-2.5.6-sol8-sparc-local all
Problem :
can rsync locally but cannot rsync over network ; can rcp over network
can rsync locally :
oracle@sys2:/apps/oracle/dba> touch
2005 Nov 09
1
Where & Why is my process sleeping a lot?
I have a program where the process seems to be sleeping a lot (waiting
on something)
What would be the right approach to figure out via dtrace where it is
sleeping and why it is sleeping?
In my current process, using truss -D shows that it reaches pollsys and
the whole process sleeps for 1.5 - 1.8 seconds before it awakes again.
Its the only significant process running on this two CPU
2009 May 19
2
ESTALE error while synching
Hi, I am wondering how rsync-3.0.6 react if it encounters ESTALE error while
synching? If I remember correctly then the rsync-2.6.0 skipping that
file/dir in case of ESTALE error.
Jignesh.
-------------- next part --------------
HTML attachment scrubbed and removed