Displaying 20 results from an estimated 1000 matches similar to: "rsync process never finishes"
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.
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 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 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
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 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:
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
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
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 Nov 13
1
rsync exclude/include [FIDUCIA virengeprüft - ohne Gewähr, daß alle bekannten Viren und deren Varianten erkannt wurden.]
Hi again!
Tomasz Ciolek <tmc@goldweb.com.au> on 13.11.2001 01:21:27
An: Thomas Schweikle <tschweikle@fiducia.de>
Kopie:
Thema: Re: rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr,
da? alle bekannten Viren und deren Varianten erkannt wurden.]
> Try dumoping the whole file list into a text file, prefix each one with
> minus for exclude and a + for
2001 Sep 26
1
problems with large transfers form solaris 2.6
Hi all.
I have a large data set on solaris 2.6 (approx 16gb and about 900K files and rectory structures). Rsync is misbehaving in the most obnoxious way:
it is launched as such: rsync -e ssh -aLv --bwlimit=512 --timeout=300 <source> <dest>
A transfer starts, a list of files and directories is built, and data starts flowing. then for no apparent reason data stops flowing form the
2001 Nov 13
1
rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr, da? alle bekannten Viren und deren Varianten erkannt wurden.]
Tomasz Ciolek <tmc@goldweb.com.au> on 13.11.2001 01:51:25
An: Thomas Schweikle <tschweikle@fiducia.de>
Kopie: "Tomasz Ciolek <tmc"
Thema: Re: rsync exclude/include [FIDUCIA virengepr?ft - ohne Gew?hr,
da? alle bekannten Viren und deren Varianten erkannt wurden.]
> Umm loose the spaces between the - and the pattern??
removing spaces changes matching to
2014 Jun 27
2
Samba 4.1.8 Importing automountmap ldif entries from existing OpenLDAP setup or ?
So, I have a test domain set up with rfc2307 = yes .
Now I'm trying to figure out if a) my nfs automount data came over from OpenLDAP, and b) if not, how to get it into samba 4's ldap, or something else??? Do I need to rethink my approach?
Mount locations are pretty consistent based on primary group/userid
Needs to work on Linux.
Existing entries look like this...
# /u,
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
2016 Dec 08
1
doveadm-server uses 100% cpu and never finishes, dsync backup also never finishes
Hi Guys,
I have a quite interesting problem.
I have two servers that replicate to each-other. Suddenly one of the accounts is starting to eat a very large amount of disk space on, what basically is the replica for this account. doveadm-server seems to hang and keeps on filling the disk.
I came across this message in the logs:
Dec 8 07:36:40 <server> dovecot:
2010 Jan 06
3
Query live connections?
Hi All,
I was hoping someone would know the answer to this question I had... I
know the rsync daemon has the "Max connections" module, which works
great. However, I was wondering if there was a good way for me to:
1: Query rsync to get the number of live connections it thinks it has?
2: Or better yet, how does rsync itself check for the number of connections?
I'm trying to
2020 Jun 04
2
mclust package installation is preparing for lazy loading and never finishes
Hi,
After loading R 4.0.0 on Ubuntu 20.04.
R version 4.0.0 (2020-04-24) -- "Arbor Day"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()'
2006 Mar 07
5
Capistrano: command never finishes?
Hi,
I have created a small :restart task to overwrite the default one:
task :restart, :roles => :app do
sudo "/etc/init.d/lighttpd stop"
sudo "/etc/init.d/lighttpd start"
end
This works fine and lighty does restart, but the last command never
finishes, so I never return to the prompt. Here''s my output:
cap restart
loading configuration
2013 Apr 16
1
migrating from samba3+openldap+autofs to samba4 AD DC?
Any suggestions as to folks who have written fairly concise how-tos'?
Much of what I've found so far is pretty vague. Also if moving to AD DC model, strategies for syncing with OpenLDAP... (Not to stir up old wounds, but the idea of multiple credential sources makes me very ill)
Thanks,
-Jeff
--
Jefferson K Davis
Technology and Information Systems Manager
Standard School