Displaying 20 results from an estimated 8000 matches similar to: "Rsync sharing connections"
2003 Jun 09
2
need assistance with rsync keeping two live servers synced.
I have a project that requires that I have two file servers physically
separated, both of which need to be able to written to and synced using
rsync. I'm not worried about rsync, I'm really worried about users
deleting files, because if they delete files on one side, they would
just get replicated back from the other side. I have thought about
hacking up a script that logs into the
2003 Nov 15
1
synchronisation in multiple directions.
We want to have the same files on multiple sites, of which one
act as master. If the file changes on 1 site it should be moved
to the master, and then from the master to the other sites.
That part shouldn't be that hard to do, but what also should
happen is that if a file is deleted or added on one site it
should get removed or added on the sites too. And afaik, I can't
currently do
2014 Mar 28
4
Update3: easy - automated setup : Debian Wheezy with sernet samba 4.1 : sysvol replication with unison.
Hai,
Small update since i need som testers..
im trying to setup bi-directional sysvol replication.
Unison has this ability.
http://www.cis.upenn.edu/~bcpierce/unison/
This is beta, so if you have successed, please report this back.
DONT TEST THIS ON YOUR PRODUCTION ENVIRONMENT.
Thanks !
Louis
2016 Aug 25
3
Samba Wiki change suggestion
On the "Bidirectional Rsync/Unison based SysVol replication workaround"
page. The title (as you can see) includes the word UNISON when in fact
the "Unison" program is NOT being used for this replication anymore. As
the instructions there actually use "Osync" then the word "UNISON"
should probably need to be replaced with "OSYNC". (I looked
2016 Aug 26
2
Samba Wiki change suggestion
On 2016-08-26 10:59, Rowland Penny via samba wrote:
> On Thu, 25 Aug 2016 06:08:16 -0500
> Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote:
>
>> On the "Bidirectional Rsync/Unison based SysVol replication
>> workaround" page. The title (as you can see) includes the word UNISON
>> when in fact the "Unison" program is NOT being
2017 Mar 20
2
Bidirectional Rsync/Unison based SysVol replication workaround
Hi
I use /usr/bin/rsync -XAavz --log-file /var/log/sysvol-sync.log
--delete-after -f"+ */" -f"- *" /var/lib/samba/sysvol
root at DC2:/var/lib/samba && /usr/bin/unison &> /dev/null
and works ok
but not working with crontab
*/5 * * * * root /usr/bin/rsync -XAavz --log-file
/var/log/sysvol-sync.log --delete-after -f"+ */" -f"- *"
2005 May 12
3
How to decrease Asterisk load
Hi everybody,
I would like to decrease the load of my asterisk server. Could someone
recommend me a solution? I have thought about a hardware component that
would do some tasks as compression/decompression or codec translations but
wonder if such a solution exist.
Thanks for any suggestion
Lamine
2014 Nov 02
3
DC2 denies access when saving through the Gro
> OK, make sure that the two idmap.ldb files match and then run
> 'samba-tool ntacl sysvolreset' on both machines and see if this cured
> this problem.
I did:
root at dc1:~$ service sernet-samba-ad stop
root at dc2:~$ service sernet-samba-ad stop
root at dc2:~$ mv /var/lib/samba/private/idmap.ldb /root/idmap.ldb.bak
root at dc1:~$ scp /var/lib/samba/private/idmap.ldb
2016 Aug 26
2
Samba Wiki change suggestion
Hi Rowland,
Am 26.08.2016 um 17:59 schrieb Rowland Penny via samba:
> OK, I have done what whoever changed the wiki page should have done, I
> have created a new wiki page for the osync way and rolled the original
> page back to the unison way of doing things.
>
> I will also discuss the unison page with Louis Van Belle, I believe he
> is still using this method and may have
2006 Jun 26
4
Can rsync monitor a file system?
I am trying to get two servers to copy each others data to the other
server.
I need it to be done real time a not use a cron.
Can rsync running as a daemon monitor the files system to trigger a
transmission?
If so how do I configure it?
I am running Solaris 9.
Thank you.
______________________
Charles Berman
Senior Unix Administrator
"Think Globally"
The contents of this email
2005 Dec 05
4
Keeping data on 2 servers in sync !
I want to build 2 servers (both running samba) to provide file storage to 2
offices (approx 100 miles apart, linked via DSL) but all data writen to 1
server must also be saved to the other server.
Both servers would also allow users to access the data via a VPN thus
allowing 1 office with a failed server to access the other server via the
vpn and still see the data from both offices.
I currently
2014 Oct 02
4
Sysvol replication with Unison for more than 2 server.
Dear Louis,
Just to check...
Would it be possible to have more than 2 DC using Unison to sync?
I was trying to make this to the samba wiki.
But when reading the list I see Rowland talking about the SID and RID issue
Because of built-in group SID is not sync across domain.
Which I think samba should have their own way of dealing this or it will
just be a mess in a long run.
Did we have any
2014 Nov 08
1
Re: Re: Re: DC2 denies access whe
Hello Rowland, Louis and Min,
sorry for late reply, I was really busy in the past days. As Min already wrote, I have made the same experience unfortunately. With Rowland's suggested settings it didn't solve the problem. I'm on another issue at the moment and didn't find time to check the rsync/unison process on my own, but I'll promise I'll dive into it as soon as I can.
2008 Mar 11
2
Unison
http://www.pcworld.com/article/id,143198-pg,1/article.html
anyone know anything about it?
Regards,
Dean Collins
Cognation Pty Ltd
dean at cognation.net
+1-212-203-4357
+61-2-9016-5642 (Sydney in-dial).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080311/e214b4d0/attachment.htm
2008 Jun 02
2
unison for windows
Hi All,
I am posting this querry second time.
What i need is--
{Is there any command by which I can get only the updation of file ie only the incremental?.
Suppose I have a text file say ss.txt of 3KB in size and I have taken the
backup of this file. Now I am making the changes in to this file(ss.txt) by
adding 1KB of data. Now I want this 1KB data (in to a new file) when I take the
2011 May 01
2
More detailed Test::Unit error report
Hi,
I''m starting to use Test::Unit to create unit tests for my Rails
Applications/Plugins. I don''t have much experience in Ruby Unit Testing. The
problem is that the output report is very simple and it is very difficult to
discover where is the error. Test::Unit does not show the line number of the
error and the Stack Trace printed using the --trace option does not help
either.
2014 Aug 21
1
Proper sysvol replication solution...
I see the Samba guide suggests using rsync to keep sysvols in sync, but
this poses a problem with ID's and it is only one-way. I have been
hesitant to suggest anything because of the flak I have been getting,
but I do believe I have a much better solution that transfers files via
SSH, is bi-directional (no more only editing group policy on one
server), and does NOT set UID/GID
2008 Aug 28
2
Strategy for using CentOS on laptops in an NIS environment
We use NIS (ypbind) and Kerberos at work for all our Linux and Unix
systems. Home directories are mounted via autofs from an NIS map.
Everything works just fine as long as all network resources are
available (however, things turn ugly when the NIS servers are not
reachable). Some users also want to start using laptops and bring
them home or on trips to continue working while not at
2016 Aug 26
1
Samba Wiki change suggestion
Am 26.08.2016 um 18:43 schrieb Rowland Penny via samba:
> What shouldn't have happened was somebody massively changing a
> wiki page without changing the header, this way lies confusion.
I haven't seen this. I don't have this page on my watchlist.
Usually I have a short look what people changed on the pages I have on
my watchlist.
Regards,
Marc
2006 Feb 21
2
mkdir Fail when creating multiple directories
Hi, I use the program Unison to synchronize two servers and have been having
a problem recently with errors saying mkdir failed.
The program tries to make backup copies of any file it is going to overwrite
before it actually does the sync. The backups have been failing because of
the mkdir failure. To try and find the problem, I logged in as root and then
tried the same command that unison was