Displaying 20 results from an estimated 300 matches similar to: "Bidirectional rsync with "trash" support"
2006 Dec 15
2
Per-process QoS on Linux?
Hello,
I''ve tried searching for this but I don''t seem to be able to find a way to
search past archives in this list.
Is there a way to get a per-process qos functionality in linux? At this very
moment, I''m using with success a kind of ''workaround'' in my server, which
involves creating multiple virtual ethernet interfaces with different IPs
and binding
2016 May 25
2
Combine exclude files
Hi
I'd like to have a list of excluded items that I can always use
and combine them with job-specific excludes (or generally filters).
Is it possible to use --exclude-from more than once? Do I have
to combine the exclude files into one and give this to rsync?
Is there another possibility (that also works on Windows)?
Thanks
bye Fabi
2009 Feb 16
6
Renamed files and directories
What is the current status of both rename-patches ?
Are there alternative measures ?
Frequently users reorganise directories and files.
Recently a directory of 40GB was renamed...
It took 3 weeks to re-copy all over an ADSL-link.
I have followed the last couple of years the postings,
and realise it is not as easy as it seems.
But the users do not understand this at all 8-(
Thanks, Nico
2012 May 03
2
Issue: packages with same name, different providers.
Hello,
I''ve just run into an issue I''m not able to solve.
I need to have puppet install both the mysql package through yum, AND
the mysql gem.
Those are the pieces of my config as I''m trying to use it:
package { ''mysql-all'':
ensure => latest,
name => ''mysql'',
provider => yum,
}
package
2008 Mar 01
6
Rsync 3.0.0 released
Yes, it's finally that time -- rsync 3.0.0 has been released. This is a
feature release that also includes quite a few bug fixes.
I'd like thank everyone who participated in the development and testing
of rsync. I hope that you enjoy this latest version!
The 3.0.0 version number is such a large bump up from 2.6.9 due to the
addition of an incremental recursion scan (which helps a lot
2008 Mar 01
6
Rsync 3.0.0 released
Yes, it's finally that time -- rsync 3.0.0 has been released. This is a
feature release that also includes quite a few bug fixes.
I'd like thank everyone who participated in the development and testing
of rsync. I hope that you enjoy this latest version!
The 3.0.0 version number is such a large bump up from 2.6.9 due to the
addition of an incremental recursion scan (which helps a lot
2007 Oct 05
4
(no subject)
Good day,
I've got a question regarding the usage of rsync that I just cannot
figure out. I've done a fare hunt for the answer, but I'm stumped.
Here is the situation.
I have two pc's running linux and using rsync to perform a backup from
server1 to server2. For example: rsync -avzr -e 'ssh
-i/root/.ssh/id_rsa' --delete /home/samba/admin/software
2016 May 25
0
Combine exclude files
Hi Fabi,
From the man-page, at the end of FILTER RULES:
---
Note also that the --filter, --include, and --exclude options take one
rule/pattern each.
To add multiple ones, you can repeat the options on the command-line,
use the merge-file syntax of the --filter option, or the
--include-from/--exclude-from options.
---
This implies that --exclude/include/filter options can be repeated on
the
2002 Nov 08
0
Load Balancing over A Bidirectional and Uni-directional Link
Hi All,
I want to achieve load balancing over two internet
links where one link is both upload and download and
the other link is download only (satellite).
I am running a linux host as a router with one
internet link of 256 kbps which supports about 50 LAN
users. We are not running any servers and all the
traffic originates from the LAN. My first link (say
link A) gives me a bandwidth of 256
2017 Dec 28
1
bidirectional map
Hi.
Is there anywhere on the LLVM code base a reusable bidirectional map similar to or better than http://www.boost.org/doc/libs/1_66_0/libs/bimap/doc/html/index.html?
I need one and don't want to reinvent the wheel.
Both keys are enums.
Thanks,
Dvir
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Sep 28
0
[PATCH] src/graph.c: print bidirectional edges with a single two-headed arrow
From: Erich Eckner <git at eckner.net>
Signed-off-by: Erich Eckner <git at eckner.net>
---
src/graph.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/graph.c b/src/graph.c
index c63fdf9c..91f5c990 100644
--- a/src/graph.c
+++ b/src/graph.c
@@ -366,7 +366,13 @@ void dump_graph(void) {
/* now dump all edges */
for(node = edge_weight_tree->head;
2005 Feb 01
1
Samba bidirectional printing support
Dear all,
Do I understand correctly that samba 3 does not support bidirectional
communication between printer shared by samba and win32 client? I'm
trying to install Canon s900 printer but canon printer monitor on win PC
is not working saying there's no bidirectional connection between win
client and samba server. So, am i right that it is impossible to use
modern printers via samba?
2016 Apr 04
0
setup-sysvol-bidirectional.sh unable to id administrator
I expect Winbind on DC do NOT retrieve home dir, by design.
DC are not meant to be used by AD users, no session from standard users on
DC, never.
DC are meant to discuss with Windows clients and with tools as SSSD,
Winbind or nslcd which use AD as a users database. This tools are
configurable enough to use the database to make what we want on member
servers.
Winbind generates users from AD using
2016 Oct 23
0
Bidirectional wiki page correction suggestion
On Sun, 23 Oct 2016 09:40:36 -0500
Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote:
> I just setup replication of sysvol between my two DC's using the
> "Bidirectional Rsync/osync based SysVol replication workaround" and
> all went well with two exception.
>
> First, it seems that since an upgrade to Openssh version 7.0 that
>
2017 Jun 25
1
Bidirectional Osync question
In the Samba wiki page "Bidirectional Rsync/osync based SysVol replication
workaround".
The FAQ "What to do if I've more than one DC?"
Should not the last line say "DC3 <> DC2" like this:
- DC1 <> DC2
- DC1 <> DC3
- DC3 <> DC2 <<<<???
Bob Wooden
2010 May 12
1
Bidirectional piping in windows
Lot of examples for one way pipes, but I need to create some named
pipes from R to another process, especially SQLite. I am look at the
R/SQLite packages for help. ANy pointers?
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2010 May 12
1
Bidirectional piping in windows
Lot of examples for one way pipes, but I need to create some named
pipes from R to another process, especially SQLite. I am look at the
R/SQLite packages for help. ANy pointers?
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2001 Oct 29
2
Bidirectional printers, LPRng, and Samba...
Does anyone have any hints or suggestions on getting some JetDirect-based
printers set up for bidirectional printing in Samba?
We're using LPRng 3.8.0, ifhp 3.4.7, and samba 2.2.2
From the LPRng standpoint, the printers seem to be set up for
bidirectional communication fine.. but how do we get Samba to allow
bidirectional communication?
Thanks in advance!
Glenn
---
Glenn E. Sieb,
2004 Dec 27
2
bidirectional synchronization of dovecot-managed maildirs
Hello and happy holidays,
I've been thinking about high performance bidirectional synchronizing
the mail on my laptop (which is frequently disconnected) and my
workstation at work (which is always on and receives all inbound
mail). Both run dovecot on top of maildir.
I've been playing with offlineimap, unison (which I already use for
all my non-mail files), as well as the gnus agent (in
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"- *"