search for: dreamcraft

Displaying 13 results from an estimated 13 matches for "dreamcraft".

Did you mean: dreamcast
2004 Jun 14
4
Problem with transfering files between Solaris and HPUX 11.00
Is terir any known problem with this? Can someone let me know if they are movingp and Solrais with rsync.
2002 Sep 03
1
rsync process never finishes
Hi, I've got a Debian 3.0 machine from which I initiate rsync connections over ssh to winNT/2k boxen, where sshd is running as a service, to grab files from the windows machines. I don't get any error from either side of the connection. The directory I indicate is transferred as well as every sub directory, just not any of the files in the sub directories. The process seems to be running
2005 May 13
4
Encryption
Hi All, I am using rsync to backup our office server to our Internet server (RHE). As an association for doctors we are looking at providing a backup service for their practices using rsync. As it would be patient data it would need to be encrypted. I have found a few options, namely esync wurt rsyncrypto Does anyone have experience with the above and perhaps like to recommend one? On the
2004 Jul 09
2
timeout issue
Hi, I have 2 linux machines on a Gig network. What would be the reason for getting a timeout error. We have --timeout=600 in the command. The version of rsync is 2.6.2. There are no evident network problems otherwise. The command used is rsync -a --delete --timeout=600 --stats --rsh="ssh -p 22" /localdata/ server:/remotedata/ io timeout after 600 seconds - exiting rsync error:
2001 Oct 16
1
(no subject)
There's nothing in rsync to do that. How about making the files and directories all belong to another user, set the sticky bit and write for your rsync user on the directories, unset write for the files, and rsync that way, then chown afterwards? the updates to existing files will fail, leaving you only with new. Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor -
2001 Sep 26
1
problems with large transfers form solaris 2.6
...ync output or logs... I am stumped... I wander is there is no known issues with globbing functions (if rsync uses them) on solaris or some such... Any isnights or pointers would be appreceated. Regards Tomasz Ciolek -- Tomasz M. Ciolek * * Everything falls under the law of change; <tmc@dreamcraft.com.au> * Like a dream, a phantom, a bubble, a shadow, <tmc@goldweb.com.au> * like dew of flash of lightning. * You should contemplate like this. ******************************************************************************* GPG Key ID: 0x7A18E49D * Available on www.pgp.net ****...
2003 Dec 17
3
Dotfiles not being deleted?
Hello.. I'm attempting to copy/sync a development directory on my laptop to our web server, and for some reason dot-files are being copied but not deleted. Command line: rsync -rvva --delete-after -e ssh ./ server.com:/var/www/html/project/ The symptom is that I've got files like '.Makefile.swp' and '.hidden.php.swp' on the server (vi temp files) even after deleting them
2004 Jun 16
2
real Newbie query sorry!
Hi as I'm a real newbie to rsync I'd better apoligise if this is 'old hat'. I'm trying to get to grips with rsync and I've set up rysnc as a server on a redhat 8 linux pc using a simple rsyncd.conf I then tried to list some files placed in the rsync server by using a commandline shell to this server. I've called the server 'server'. But for some reason I
2004 May 28
4
Professional grade rsync?
Hi, folks. We've gone where no man has gone before. On HP-UX, rsync bombs at about 1.75 million directories, files and links (combined sum) in a single transfer. Is there a professional-grade alternative on HP-UX for folks willing to pay for it? It wouldn't even need to be network-aware, just from single-system areas to the same box, but with the nifty delete and update features that
2001 Oct 19
4
Exclude
Hi Folks, I'm running rsync between an NT client and a Solaris 7 Server (Ver 2.4.6). I'd like to be able to exclude the following directory: /opt/IBMHTTPDLOG/archivelogs but retrieve /opt/IBMHTTPDLOG My setup is: rsync -av -p -e rsync@server1.cna.com:/opt/IBMHTTPDLOG/ F:/opt/IBMHTTDLOG (client) rsync --daemon --exclude-from=/etc/rsync.exclude (server) What I get is
2003 Dec 18
3
long startup times for large file systems
Howdy, Rsync has been churning away for 45 mins, presumably bulding an in-core list of files to be copied to the destination. This is a very very large filesystem we are copying locally - approximately 4.2million files (WebCT). The resident process size for rsync has grown to 72Mb. - is this normal behaviour for a file system this size, and does rsync have the ability to handle such a large
2003 Jun 16
3
crash on 2 gig file
Hi, I'm still waiting for my list subscription but if I don't send in this bug report now I won't for who-knows-how-long and I want to get it in.... I'm using 2.5.6 compiled from cvs on SCO Open Server 5.0.6 bothe machines are the same version of OS and the same copy of rsync. on my live machine one of the database files eventually got to be 2 gigs the file has since then been
2004 Mar 11
6
Where is my bottleneck?
I'm running rsync via ssh on two machines connected with 100 Mbit/s Ethernet cards (at high speed) via a Linksys switch. It's all right here in a single closet. I'm sending large files (initial transfer, nothing preexists on the destination machine) and seeing transfer rates in the 2 Mbit/s range. The CPUs on both machines are more than 90% idle, and I upped the --block-size to 256