search for: jignesh

Displaying 20 results from an estimated 39 matches for "jignesh".

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
...26050] sent 130 bytes received 464 bytes 108.00 bytes/sec 2009/05/05 00:17:45 [26050] total size is 9593706 speedup is 16151.02 Could any one please let me know if it is possible to display these statistics on standard output. It would be fine if it also redirected or not to log-file. Thanks, Jignesh -------------- next part -------------- HTML attachment scrubbed and removed
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
2008 Dec 04
3
rssync source code as a windows project
...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. Thanks, Jignesh -------------- next part -------------- HTML attachment scrubbed and removed
2009 Mar 02
2
how rsync calculate Tranfer rate ??
...3 Total file size: 6566219 bytes Total transferred file size: 6566219 bytes Literal data: 6566219 bytes Matched data: 0 bytes File list size: 134 Total bytes written: 6567384 Total bytes read: 80 wrote 6567384 bytes read 80 bytes 170583.48 bytes/sec total size is 6566219 speedup is 1.00 Thanks, Jignesh -------------- next part -------------- HTML attachment scrubbed and removed
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 ???
.... Could any one tell me how could I use relative option from remote machine to source machine like below: rsync -avR remote:/foo/./bar/. /tmp/ I want to sync everything in /foo/bar/ on remote machine to /tmp/bar/ on source machine. Currently this command creates /tmp/foo/bar/ directory. Thanks, Jignesh -------------- next part -------------- HTML attachment scrubbed and removed
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?
...sleeps for 1.5 - 1.8 seconds before it awakes again. Its the only significant process running on this two CPU (socket) V20z. I am trying to figure out how can I use Dtrace to answer the question "Where and why is the process sleeping?" Any sample scripts will help. Thanks. Regards, Jignesh
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 then start > the synching but it wil...
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
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
2009 Apr 02
2
cryptic output with itemized option
...:15:29 [4537] CONTENTS: >f+++++++++ Mydocs/1.pl 394 send 437 2009/03/31 15:15:29 [4537] CONTENTS: >f+++++++++ Mydocs/CHANGELOG.txt 2588 I want to remove "cd+++++++++", ">f+++++++++" etc from whole output to make it compatible with rsync V2.6.7. Is it possible? Thanks, Jignesh -------------- next part -------------- HTML attachment scrubbed and removed
2009 May 19
2
incremental directory searche in rsync 3.0.6
...ived so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6] I want rsync to create "/mytest/rsync-test/dir-test/parent-dir/" directory heirarchy at destination. I also tried with --relative and --no-implied-dirs/--implied-dirs but no luck. Jignesh -------------- next part -------------- HTML attachment scrubbed and removed
2009 Jun 05
1
could not make way for new symlink !!!
...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) [generator=3.0.6] Jignesh. -------------- next part -------------- HTML attachment scrubbed and removed
2009 Sep 01
1
rsync and symlinks
...elow rsync command? rsync -avz /source/ remote.ky:/source/ source | | - source1 --> /projects/win | - source2 --> /projects/unix | - source3 --> /scripts/win | .... Does rsync command syncs /project contents as well? What if I have some symlinks inside /projects? Thanks, Jignesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20090901/834b0797/attachment.html>
2012 Jan 09
1
(no subject)
hi how to config ltsp in rhel of any linux? Jignesh i am new user pls spacified it i need to run linux in thin client thanking you
2005 Sep 28
4
A document about implementing dtrace probes in SAX
Hi, I have mentioned before that we have added some sdt dtrace probes in SAX, our APL interpreter. Encouraged by Angelo and Jignesh, I have created a small document (5 pages) describing our experience with it, together with some problems we have encountered and some scripts we use for pretty-printing dtrace outputs. The said document can be found at ftp://ftp.tor.soliton.com/pub/SAXreleases/BetaRelease/dtrace_probes_in_sax...
2009 Apr 01
1
itemized option (-ii) with --log-file and --log-file format
...et the sync info. rsync -av --stats -ii --log-file-format='CONTENTS: %i %f %l %o %b' --log-file='/tmp/rsync-test' src/ dest/ I noticed that the output format for this command is different from rsync V2.6.* . Is there any way I can make this output similar to rsync V2.6.*? Thanks, Jignesh -------------- next part -------------- HTML attachment scrubbed and removed