search for: lsync

Displaying 8 results from an estimated 8 matches for "lsync".

Did you mean: sync
2010 Sep 04
1
Options to copy modified files
We use rsync to copy files and directories from one server to the other. What options should I give to rsync so that it only copies the modified files? For example server1 may contain a dir which contains just one file that has been modified, how do I get rsync to copy just that one file over? I would like rsync to copy over the files which have been modified on the server1 to server2. This is
2009 Apr 09
3
Help creating incremental backups using --backup-dir.
Normally I would use the --link-dest option to do this but I can't since I'm rsyncing from a Mac to a Samba share on a Linux box and hard links don't work. What I want to do is create a 10 day rotating incremental backup. I used the first script example on the rsync examples page as a template. The only thing I changed was the destination to be a local directory and paths for
2007 Jul 12
0
[LLVMdev] Atomic Operation and Synchronization Proposal v2
...partitioning loops to run on multiple streams and synchronizing among the streams as necessary. That synchronization is at a level "above" general system memory ordering. The X1 has multiple levels of parallelism: - Vectorization - Decoupled vector/scalar execution (this is where the lsyncs come in) - Multistreaming (the msync operations) - Multiprocessing (global machine-wide synchronization via gsync) The compiler is basically responsible for the first three levels while the user does the fourth via MPI, OpenMP, CAF, UPC, etc. In general sometimes the user inserts directives to...
2007 Jul 12
2
[LLVMdev] Atomic Operation and Synchronization Proposal v2
On 7/12/07, Dan Gohman <djg at cray.com> wrote: > On Thu, Jul 12, 2007 at 10:06:04AM -0500, David Greene wrote: > > On Thursday 12 July 2007 07:23, Torvald Riegel wrote: > > > > > > The single instruction constraints can, at their most flexible, constrain > > > > any set of possible pairings of loads from memory and stores to memory > > > >
2016 Jul 20
3
Replication sieve scripts.
...asswd-file sql and dovecot-2.2-pigeonhole-0.4.15. It unfortunately made no difference at all. The emails are still replicating while it is completely ignoring the sieve files so there must be a switch in the config for this somewhere. Otherwise I will have to look for other solutions like lsync, rsync to sync them between the nodes. Here is my complete doveconf -n output: # 2.2.25 (7be1766): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.15 (97b3da0) # OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.8 auth_cache_size = 1 M auth_mechanisms = plain login cram-md5 default_vsz_limit =...
2013 Dec 19
0
ZFS on Linux testing
...phic in the short/medium term. > > -Ben I would agree that BackupPC is a great tool, stable and well respected, and I have to admit I didn't give it a fair chance before moving on to a simple, crude homebrew solution many years ago. One thing I neglected to mention about using inotify+lsync for a near-real-time secondary file server is that if the primary server croaks, I can quickly switch users to the secondary. When the primary server is repaired, a one-shot rsync to it brings it back to the current state of users' files. This conflicts a bit with non-deletion of old fil...
2016 Jul 19
2
Replication sieve scripts.
Hello, Are you sure about that I would need so recent version? That is ok to have some bugfixes but you are talking about the latest cutting edge debian jessie backports package. Even the mainline debian jessie only have 2.2.13 in it and my system is a complex wheezy installation, the last thing I want to do is to move all my components into jessie just because of this or do you know
2016 Jul 21
3
Replication sieve scripts.
...-2.2-pigeonhole-0.4.15. It >> unfortunately made no difference at all. The emails are still >> replicating while it is completely ignoring the sieve files so there >> must be a switch in the config for this somewhere. Otherwise I will >> have to look for other solutions like lsync, rsync to sync them > between >> the nodes. > > Is the doveadm sieve plugin properly installed at both sides of the > replication? On my system (Debian Jessie), it is located at > /usr/lib/dovecot/modules/doveadm. The file name is > lib10_doveadm_sieve_plugin.so. > > W...