Displaying 20 results from an estimated 8000 matches similar to: "rsync getting stuck while "building file list""
2008 Mar 05
2
update rysnc 3.0 on ubuntu 7
I am runninng rsync on Ubuntu. It was installed using apt-get install rysnc.
I note that the package has not yet been updated to rysnc 3.0.
I would like to update using the tar but I am confused how to update the
existing installation.
On this machine, I am mainly using rsync to send to a cwrsync server (which
I have updated already). Can I just overwrite the rsync executable?
Any help
2017 Sep 03
3
Poor performance with shard
Hey everyone!
I have deployed gluster on 3 nodes with 4 SSDs each and 10Gb Ethernet
connection.
The storage is configured with 3 gluster volumes, every volume has 12
bricks (4 bricks on every server, 1 per ssd in the server).
With the 'features.shard' off option my writing speed (using the 'dd'
command) is approximately 250 Mbs and when the feature is on the writing
speed is
2010 Jan 26
2
Rsync in daemon mode
Hi,
I am a newbie to Rysnc and a had a quick question, the answer for which I wasn't able to find in the documentations.
Currently I have Solaris system A which has files that are being generated and changed in real time. I am running rysnc in daemon mode on A.(server)
On system B I use the appropriate rysnc command to connect to system A and sync all the files on B. I am having
2009 Jun 22
3
rsync is fantastic except for one usual feature we want from it .. please help ?
Hi,
Rsync is a fantastic program, and it does everything we need in terms of
file transfer and syncing source and destination file directories.
We do have a situation now where we need rsync to transfer the files
once only from the source directory. Please let me briefly explain
using a simple generic exmple:
1. At t0, we transfer f0 location A to location B
2. At t1, 10 new
2017 Sep 04
0
Poor performance with shard
Hey everyone!
I have deployed gluster on 3 nodes with 4 SSDs each and 10Gb Ethernet
connection.
The storage is configured with 3 gluster volumes, every volume has 12
bricks (4 bricks on every server, 1 per ssd in the server).
With the 'features.shard' off option my writing speed (using the 'dd'
command) is approximately 250 Mbs and when the feature is on the writing
speed is
2004 Mar 25
3
Root access over ssh?
Is it possible to configure rsync in server mode, to gain access to root
protected files, without the user having to log in as root through ssh?
I'd prefer to login as a regular user through ssh and access an rysnc
server on the host that's running as root. As far as I can tell,
however, that's not possible...am I wrong?
2015 Dec 02
5
Backup Member Server
Hello,
Can someone point me to documentation on how to best backup a samba
member server? I see the wiki currently does not contain one.
Is it as simple as backup all shared folders with rysnc or similar that
will preserve ACLS along with the smb.conf? I'm currently relying on a
raid solution. Thanks.
--
-James
2003 Aug 21
3
authentication error
I have setup a Rysnc server in Mandrake 9.1
When I add a auth user into my Rsync.conf and rsync.secrets,
it do not work, everytime it shows
[root@html]# rsync chris@mandrake82::XXXXX/.html/. /
Password:
@ERROR: auth failed on module XXXXX
rsync: connection unexpectedly closed (89 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
This is my rsync's
2012 Jan 22
2
Best practices?
Suppose I start building nodes with (say) 24 drives each in them.
Would the standard/recommended approach be to make each drive its own
filesystem, and export 24 separate bricks, server1:/data1 ..
server1:/data24 ? Making a distributed replicated volume between this and
another server would then have to list all 48 drives individually.
At the other extreme, I could put all 24 drives into some
2004 Jun 16
3
rsycnc copies all files
Hi
I am making an extraordinary claim: rysnc seems to copy all my files,
not just ones that have changed or new files.
rsync version 2.6.0 protocol version 27
Debian 3.0 Woody
I have tested this with one simple file, my example is shown below.
Does anyone have any suggestions to rectify this?
Regards
Gareth
example:
I create a file called 'testfile' in /tmp/play containing the
2006 May 17
2
rsync option for continuing event i/o errors occured on remove server
Hello,
I search a way to continue processing backup event i/o errors occured on the remote server.
I use rsync to make backup of files on a files-server.
Recently I had a corrupted file on the files-server and rysnc crash,
and don't continue to backup the rest of files.
I have found the --ignore-errors rsync option but it seems only about deleting action.
On backup server I use this
2015 Jun 07
3
Question on folder sync with "directory name translation"
Hello everyone,
I'm new to this mailing list but I have been using rsync for some years up
to now.
I'm trying to synchronize two directory trees, but I want a special
behavior that I didn't find on the net nor in the manual (or maybe there is
a combination of options to get what I want but I couldn't find it).
Tree A is like:
A
*
*
FolderA
*
*
And tree B (on a remote
2018 Feb 21
2
Fwd: Migrating server
Hi Andrew,
I can't shutdown the old samba box as it will still be hosting the shares.
Can I do any of the following?
Would it make sense for me to migrate the backend to LDAP ?
Or following your first comment, can I setup rysnc every 5 minutes to
replicate data. You're right it is a migration path but I can't migrate
until this works in the test environment
Thank you
RT
On Wed,
2016 Jun 14
2
Rsync GPOs Erro Sysvol
DC 1 ->
ls -l /opt/samba/var/locks/sysvol/sysvol/
ls: cannot access /opt/samba/var/locks/sysvol/sysvol/: No such file or
directory
ls -l /opt/samba/var/locks/sysvol/
total 8
drwxrwx---+ 4 root 3000000 4096 Jan 4 17:34 mydominio.local
DC 2 ->
ls -l /opt/samba/var/locks/sysvol/sysvol/
ls: cannot access /opt/samba/var/locks/sysvol/sysvol/: No such file or
directory
ls -l
2004 Aug 31
4
rsync crashing Redhat RHEL3.0 server
We are using rsync to mirror around 10 of our websites from dedicated
server A to dedicated server B runing RHEL 3.0 and rysnc v2.6.3pre1 in a
daemon mode. I am using the following crontab script command on dedicated
server A:
/usr/local/bin/rsync -avz -e "ssh -i
/home/users/admin/publicKey-for-server-B" /home/serverA/site3
serverB::home/mirror
Dedicated server B (where the
2015 Dec 08
3
Backup Member Server
Besides, obviously, the potential shared data on file servers, can't you
just use the script that is introduced for backing up DCs? At least if
the complete Samba installation is in "/usr/local/samba"...
https://wiki.samba.org/index.php/Backup_and_restore_an_Samba_AD_DC
Am 02.12.2015 um 20:06 schrieb Marc Muehlfeld:
> Hello James,
>
> Am 02.12.2015 um 15:57 schrieb
2020 Jul 16
2
Stuck here - help please
Hi All,
I have 2 test servers with the below configuration.
==========================
Linux OS - Red Hat Enterprise Linux Server release 7.7 (Maipo)
Dovecot version - 2.2.36 (1f10bfa63)
Postfix version - 2.10.1
==========================
Trying to create High Availability.
I have added both of the above servers behind a F5 load balancer. I have
got a Load Balancer FQDN
2005 Feb 07
1
rsyncd.conf is not created although successful installation of rsync on debian but
Hi All,
I have installed rysnc-2.6.3 on my debian linux (
2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i686).
While configuration it was
successful and i installed it without any error.
Now, in default installation it should create
rsyncd.conf as detault configuration file.. but it has
not been created anywhere in system.
root@jike:/tmp/temp/rsync-2.6.3# which rsync
/usr/local/bin/rsync
In
2002 Jan 15
1
Stable Rsync System Call!
Next week are going to start using rsync "live" to mirror our primary and
secondary web servers. I am still trying to iron out a couple of bugs, any
help would be much apprecitated.
Here is my rsync.conf file on my primary web server
############################
use chroot = no
max connections = 5
syslog facility = local3
[www]
path = /www
comment = Web Directory
hosts
2002 Sep 17
1
Rsync error 23 /Partial transfer / workaround needed (fwd)
Hi, I posted a list of problems I was having with rsync 2.5.5 (on
Digital Unix 4.0f) which I've now been able to address thanks to some
kernel tuning but I still have one outstanding problem - I still have
situation where files which are added to the filelist for updating on
the remote end are deleted by the client systems' web software
before they are sent - at least I believe this is