search for: pegasys

Displaying 20 results from an estimated 543 matches for "pegasys".

Did you mean: pegasus
2003 May 22
1
rsync Digest, Vol 5, Issue 19
> > Message: 10 > Date: Tue, 20 May 2003 17:02:35 -0700 > From: jw schultz <jw@pegasys.ws> > Subject: Re: Problem with (corrupt?) file (fwd) > To: rsync@lists.samba.org > Message-ID: <20030521000235.GB29561@pegasys.ws> > Content-Type: text/plain; charset=us-ascii > > Is it the same files each time? > What versions of rsync? > Is this over NFS? >...
2003 Oct 27
1
how rsync works
...has structural defects and gaping holes as well as being worded strangely. I invite constructive comments and patches (on list) but if someone else wants to pick up the ball and run with it i would be pleased to hand it off. I have formatted it in HTML so if you care it can be found at http://www.pegasys.ws/how-rsync-works.html -- ________________________________________________________________ J.W. Schultz Pegasystems Technologies email address: jw@pegasys.ws Remember Cernan and Schmitt
2003 May 06
2
Recursive ssh
Hi all, I want to copy files from a remote server to a local directory with ssh. I've some difficulties with that because on the Remoteserver I have a directory "/www/ftp" with a lot of subdirectories with each of them 4 other subdirectories. I want to sync only */data/* to the local machine without */images/* or */doc/* or */movies/* Any solution would be appreciated. regardsMac
2002 Sep 09
4
Hardware - no way -Re: Crashes maybe due to: "error writing 4 unbuffered bytes"
...the >system so that is probably why you haven't had crashes >before. > >Look in the system logs. The pipe errors seem more likely >to be cause by bad memory than disk. > >-- >________________________________________________________________ > J.W. Schultz Pegasystems Technologies > email address: jw@pegasys.ws > > Remember Cernan and Schmitt >
2002 Oct 26
0
How to prevent batch rsync to write rsync_argvs files in the home directory
...2002 00:22:05 +0200 > From: =?iso-8859-2?Q?Milan_Kr=E8m=E1=F8?= <milan.krcmar@seznam.cz> > To: rsync@lists.samba.org > Subject: Re: Mutliple backups into a signle dir > > On Thu, Oct 17, 2002 at 06:03:56PM -0700, jw schultz wrote: > > You might look at dirvish http://www.pegasys.ws/dirvish It > > manages a complete rotation schedule with images preserved > > for various periods. > > > > Someone else has another tool that is simpler but less > > featureful that manages a fixed size image cycle. > > > > With both you get something...
2002 Nov 04
4
making --exclude-from=- read from stdin
--- exclude.c.org 2002-11-04 04:17:05.000000000 +0100 +++ exclude.c 2002-11-04 04:21:13.000000000 +0100 @@ -219,8 +219,15 @@ int fatal, int include) { struct exclude_struct **list=list1; - FILE *f = fopen(fname,"r"); + FILE *f; char line[MAXPATHLEN]; + + if( fname[0]=='-' &&
2002 Sep 13
4
logging on client side on NT
Hi, I would like to log whatever happens with rsync on client side when it runs with Cygwin on NT4. First, I just did a redirect of the screen output to a log-file: rsync -rtv --delete --modify-window=2 --stats /cygdrive/g/users/bco/test/ bee2bs01::d/test/ >>c:\rsync\log\%FDATE%.log The problem with this method is that it does not redirect whatever Rsync reports as errors; because they
2003 Jun 27
5
PATCH/RFC: Another stab at the Cygwin hang problem
Hi, In http://sources.redhat.com/ml/cygwin/2002-09/msg01155.html, I noted that the often-observed hangs of rsync under Cygwin were assuaged by a call to msleep(). After upgrading my Cygwin environment to rsync 2.5.6, I'm seeing these hangs again, not surprisingly given a CVS entry for main.c notes that this kludge was not harmless: Revision 1.162 / (download) - annotate - [select for
2004 Jan 22
0
Fw: Rsync's Speed
Steve Sills Platnum Computers, President http://www.platnum.com steve@platnum.com ----- Original Message ----- From: "Steve Sills" <steve@platnum.com> To: "jw schultz" <jw@pegasys.ws> Sent: Thursday, January 22, 2004 1:52 PM Subject: Re: Rsync's Speed > The source server is a Dual 800 Mhz /w a 7200 RPM 40 GB HDD, the dest server > is a P III 450 with a 7200 RPM 30 GB HDD, both have a 100 MB/S network card, > and attached to a 100 MB switch. The ssh was tak...
2003 Mar 18
2
rsync over nfs
> Hello, > I have rsync process which is a crontab job: > 0 0-23 * * * /bin/rsync -rvg /net/server1/local/filesys1/userhomedir/project_dir /local/filesys1/userhomedir/project_dir > which sync the user project dir on localsystem from another machine called server1 via nfs, but the weird thing its coping all files every time it syncs am I using the wrong flags? is it possible to copy
2003 Oct 06
2
Patch to revive tmpfiles
This is a patch to fix one annoyance of having rsync processes race: I usually keep our servers synced with the following script, run by cron. #!/bin/sh lockfile -r 2 -l 1000 /tmp/synchome.lock || exit 1 rsync -e ssh -avHP --delete zorro01:/home/\* /home >/dev/null rm -f /tmp/synchome.lock -- Sometimes my users (including myself) are in a hurry and syncronise files and directories in their
2003 Mar 16
2
> 2GB files on solaris with largefiles enabled!
Hello, I'm facing a problem syncing files which is over 2GB size, eventhough i searched the archives and it been mentioned its possible if largefiles option is enabled, but still its giving me problems. i.e: building file list ... readlink dir1/oracle_data1.tar: Value too large for defined data type readlink dir1/oracle_data2.tar: Value too large for defined data type readlink
2002 Oct 29
1
important caveat with Rsync on NT and daylight savings time
...* jw schultz <jw@pegasys.ws> To: rsync@samba.org Sent by: cc: rsync-admin@lists Subject: Re:...
2004 Jan 22
4
Rsync's Speed
During my initial download for my home directory backup, it took rsync over 6 hours to do the initial backup, but I can FTP the stuff in about 30 Mins. Is Rsync usualy this slow? I have compression turned on, and its across a 100 MB/S network, Anyone had this problem before? Steve Sills
2003 Jan 23
3
Error message
Hello when i get this message what is wrong: /PTS.0.db2inst1.NODE0000.CATN0000.20030123062324.001: Value too large to be stored in data type Regards Boris -------------- next part -------------- HTML attachment scrubbed and removed
2004 Jan 19
3
Improving name-truncation detection
I've got a patch that changes f_name_to() to return an unsigned int (like snprintf() and strlcpy() do) and adds checking to ensure that we didn't overflow the name before we try to use it: http://www.blorf.net/name-overflow.patch If anyone would care to check out the following patch before I commit it, please do. ..wayne..
2003 Jan 30
2
[trivial patch] link overloaded
...This patch changes when reasonable to do so the word "link" to "connection" when referring to the network. This is just a suggested ease-of-use adjustment born of my own annoyance. -- ________________________________________________________________ J.W. Schultz Pegasystems Technologies email address: jw@pegasys.ws Remember Cernan and Schmitt -------------- next part -------------- Index: rsync.yo =================================================================== RCS file: /cvsroot/rsync/rsync.yo,v retrieving revision 1.114 diff -u -r1.114 rsync.yo --- rsync...
2003 Aug 03
3
Include-from ?
Hello - I just finished doing a search of the archives and couldn't seem to get this answered. Example, I have a root directory containing the following directories: /Test1 /Test2 /Test3 I want to rsync only /Test2 and all subdirs under. So my include-from file looks like: + Test2/* - /* This doesn't work as nothing is synced, and if I do a -vv it tells me that nothing is being
2003 Aug 16
2
Problem copying >2GB files on HP-UX 11i with rsync 2.5.6
I have downloaded the source for rsync 2.5.6 and compiled it without adjusting any options, no problems. Performed a test copy of a file GT 2 GB and it failed. In the file configure I changed the line to "--enable-largefile", removed all the .o files, performed a ./configure, gmake, gmake install. Tried the test copy and again received the following error message: rsync:
2003 Oct 03
5
Backing up laptops on network
Hi all, We are currently looking at a solution for backing up files on laptops to a server in a small office (10 users). I was looking at rsync as a solution. Here is my suggested solution: Install rsync on network server - this is Windows 2000 :-( Share the root of C:\ on laptops Schedule rsync to periodically mount to laptops share ove SMB (if they can be found) and running an incremental