Displaying 20 results from an estimated 2000 matches similar to: "Can rsync monitor a file system?"
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
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
2004 Jul 30
2
mirroring in both directions with rsync
When operating in daemon mode, will rsync check to see which file is newer and decide which direction to transfer based on that?
Example,
We have 2 terminal servers, A and B. I want users to be able to work on either server and have their home directories on both stay in sync. If a user logs into server A and changes files, the server would know to transfer the file from A to B. If they log
2009 Jan 20
8
find out the meaning of rsync error code
Hi,
Could anyone please tell me how to get the meaning of rsync error codes.
In "rsync return code: 12" error, what 12 indicates?
Thanks,
Jignesh
-------------- next part --------------
HTML attachment scrubbed and removed
2012 Apr 02
3
dovecot and unison
I am successfully using dovecot purely as a personal local mail store on
my desktop. (There is only one account, and it's only ever accessed by
local mail clients on the machine. The point is to have a common store I
can use with any client; plus, I prefer dovecot's Mailbox storage to
Thunderbird's mboxes.)
Now I'd like if possible, to replicate this setup on my laptop and
2012 Apr 24
3
Synchronizing multiple samba servers
Hi.
I have two servers located in two different time zones. I want to know if
there is a way to keep the shares synchronized. Right now what i thought
is to run rsync from Server A to Server B . However the issue is say Server
B has a new version of the file in server A and that should not be
overwritten but should be copied back to server A. How to go about this?
Regards
Janantha
2009 Jan 23
2
Soft link trouble with rsync on SGI
Rsync v: 3.0.1
OS: IRIX 6.5.28f
HW Plat: SGI 2400
Disclaimer: I am running rsync 3.0.1. It's difficult and costly for us
to get new versions put on our system, so I'm hoping you will all help
me out anyways. If the solution is indeed suspected in a later version
of rsync, then we will go through the pain to get it installed.
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
2015 Jun 16
2
using rsync to sync desktop /home/user of to laptop /home/user
greetings,
i want to sync my desktop home directory to my laptop home
directory. i am using KDE for desktop.
a problem that i foresee is the different screens between the 2.
i synced using;
rsync -a -u -v -e ssh /home/geo geo at 192.168.1.5:/home/geo.new
with intent of in laptop's /home;
mv geo geo.org
mv geo.new geo
what files and directories in 'org' directory need to be
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
2007 Oct 01
1
rsync vs. unison
Hey all,
I'm looking into a two-way WAN mirror on two boxes running Mac OS X
10.4. It seems that both rsync (with the -u option) and unison could
do this. Any suggestions on how to choose one over the other?
Many thanks,
noam
Noam Birnbaum
http://maccentricsolutions.com/
877.luv.macs x89
ð Apple Certified Technical Coordinator
ð Apple Certified Help Desk Specialist
--------------
2019 Jan 15
3
Sync sysvol
What's the current wisdom on sync of sysvol to other (samba) DC's?
[I should probably search, but I don't recall seeing discussion on sysvol sync details hit the list recently.]
A quick search dud turn up this wiki article - is that current best-practice?
https://wiki.samba.org/index.php/Rsync_based_SysVol_replication_workaround
I'm running the Ubuntu 18.04 packaged Samba
2009 Feb 28
2
Treat files that were modified locally and remote
Hi - is there a clever way to identify files that have been change on
the local _and_ the remote location? Without such a check it may
happen, that changes are lost without even noticing.
One way to identify such files would be to do a dry-run upsync, then a
dry-run downsync, find files that would have been sync'ed in both dry-
runs, and then prompt the user for some action.
Is
2008 Feb 12
1
rsync cvs
Hi
I am in new in rsync cvs. I want to know how to configure the rsync cvs. we
have two site we want sync on both site . If i do sync one site all the copy
come to overwrite. I am using this command'
rsync -az --delete --exclude '#cvs.*' --exclude 'CVSROOT/config' --exclude
'CVSROOT/history' --exclude 'CVSROOT/updatelog' cmadmin@10.203.225.43:
/home/cmadmin/
2008 Aug 30
2
most recent updated files on destination
Hello,
I want to synchronize two local directories, but if in the destination
directory there are some files that has most recent modified time than the
source directory I want that the source old files than the destination will
be updated. Is it possible?
Thanks for helping me.
Best regards,
---
Ivan
-------------- next part --------------
HTML attachment scrubbed and removed
2010 May 20
1
How to let rsync detect file RENAMEs
Assume I start with two absolutely equal directory trees.
Now I rename in one of the directory trees a file from aaa.txt to bbb.txt
How EXACTLY can I tell rsync to synchronize the other directory tree.
That means that in the other partner directory tree the missing file should be deleted and the new, renamed file should be copied?
This should work regardsless on which side/partner dir tree the
2009 Jan 10
1
Implementing a conditional branch within rsync based on modified time of a file
Greetings,
I've been looking through archives, googling, and reading through man pages to no avail for some time now. I believe I need some combination of rsync -u (update) and rsync --del, and I'm not quite sure how to get it.
I'm looking to build a rough implementation of a multi-client rdiff-backup system; in order to do this I'm using rsync before rdiff-backup.
(We'll
2003 Oct 03
1
Cygwin/rsync/ssh automation problems
Hey all,
I have a problem I can't find a solution for. I am on my third day of testing,
researching, planning, and swearing. :) I need to set up a convenient way to
synchronize a bunch of data over the network for backups. The server is
FreeBSD and the client is Windows. Currently we are using PuTTY, Pageant, and
PSCP to SCP the files over SSH. This has various problems which led me to look
2002 Oct 02
1
Two-way Rsync problems with Deletions
I'm trying to do a two-way rsync and it works ok for creating and
updating files but file deletions are flawed. The only way to sync the
fact that a file was deleted is to use the -delete option, but this
poses a problem. If Server A has file 'foo' and Server B does not. Will
rsync think that 'foo' is new and copy it to Server B? Or will it think
that 'foo' is old and
2004 Nov 27
2
Shared remote repository
Hello,
I have a bit of a problem - I have the feeling the solution is
ridicolously trivial, and yet I can't find it!
I have a remote repository of text files. Until today, I was the only
one changing those files: I would simply change them locally, and
update the remote repository with this command:
cd local_dir
rsync --delete -e ssh -Llavuz . merc@remote_server:remote_directory