Displaying 20 results from an estimated 10000 matches similar to: "The --relative option on remote machine to source machine ???"
2009 May 07
1
Needs suggestion in using --relative with "/./" feature in rsync 3.0.5
Hi,
I came across --relative option in rsync 3.0.5 and that looks awesome option
through which we can avoid "CD" usage in base directory. Suppose I want to
sync the file from /foo/bar/baz/* to /tmp/bar/baz/ then we have been using
wrapper script that do "cd /tmp" before executing "rsync --relative
/bar/baz/. /tmp/" command. But I could see that we could avoid using
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 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
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 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:
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 07
1
Going to upgrad rsync V2.6.7 to V3.0.5
Hi,
We have been planning to upgrad rsync 3.0.5. I have some question on this so
that we will not screwed up the file systems. We have been using rsync 2.6.7
since long and we didn't have any major problems. I am wondering if we
upgrade rsync 3.0.5 then will it cause any unexpected behaviour then rsync
2.6.7? Can we directly upgrade it without any problems? It would be nice if
someone suggest
2009 Jun 05
1
could not make way for new symlink !!!
Could any one please help me to get rid of below errors?
ERROR: DoRsync(): rsync had errors or failed
rsync return code: 23
could not make way for new symlink: bin
could not make way for new symlink: etc
could not make way for new symlink: include
rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at main.c(1505)
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
2008 Dec 16
6
logging mechanism in rsync
Hi Friends,
Does rsync V3 has the feature for logging the files which have not been
transferred? Its already logs the file which have been transfered.
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2009 Jun 29
1
difference between --no-implied-dir abd --keep-dirlinks ?
Hi,
I have gone through the rsync documentation and also tested same both
--no-implied-dir and --keep-dirlinks options. My question is what is the
difference between these options in below scenario?
I have /foo/bar is the symlink to /foo/baz at source and same directory
structure with symlink is there at destination. When I sync the data from
/foo/bar/* with --relative option specified, I am
2008 May 06
3
DO NOT REPLY [Bug 5440] New: 'relative' test fails on SunOs 5.8
https://bugzilla.samba.org/show_bug.cgi?id=5440
Summary: 'relative' test fails on SunOs 5.8
Product: rsync
Version: 3.0.2
Platform: Sparc
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: brianegge@yahoo.com
2016 Jun 06
1
rsync unexpectedly removing ALL files
I am using rsync with --files-from option with a file named 'rsync.in' that contains 37K+ directories that are queried from a database. One of the directories in the database actually looked like this:
/home/usr/directory/./
Probably some sort of typo when the directory was entered. When performing the rsync command below, this one directory caused all files on the destination server to
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.
2008 Dec 10
0
File System walk in rsync
Hello Friends,
Could any atleast one tell me how rsync walk the complete File System and
when it start actual synching?
Thanks,
Jignesh
On Thu, Dec 4, 2008 at 1:32 PM, Jignesh Shah <jignesh.shah1980@gmail.com>wrote:
> Hi Friends,
>
> I think lot of changes have been made from rsync 2.6.0 to V3. The one major
> change is rsync V3 will not walk complete file system first and
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 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
2020 Jan 21
2
MASM & RIP-relative addressing
Apologies - I apparently remembered part of the issue incorrectly, so this
ended up quite confusing. The problem comes when referencing labels in a
different section of the binary. To clarify, if I assemble the code:
.data
foo BYTE 5
.code
mov eax, foo
with Microsoft's ml64.exe, it emits an object file disassembling to:
0: 8b 05 00 00 00 00 mov eax, dword ptr [rip]