Displaying 20 results from an estimated 700 matches similar to: "read-only access without rsyncd?"
2003 Sep 23
2
rsync 2.5.6 still hangs
Hi,
we have two Linux systems (2.4.21 and 2.2.19) with rsync 2.5.6
The 2.4.21 system does backups via cron by rsync to the 2.2.19
system.
Via cron rsync always exits with (it is called with --timeout=60)
----------
rsync error: timeout in data send/receive (code 30) at io.c(103)
----------
Or with -vvvv
----------
make_file(6,tex/alt/12.3/share/texmf/tex/latex/base/omxcmex.fd)
io timeout after
2005 Mar 01
1
Client-initiated backup and file ownership
This is less a question about rsync and more about how rsync can be used as
a backup solution in a particular case. If one of the tools built over
rsync for this purpose solves this, I'm eager to hear how. Otherwise,
suggestions are welcome.
Server-initiated backups are easy. The rsync process can run as root on the
backup server, and so it can set the stored files' ownerships as
2014 Dec 03
1
Aw: Re: encrypted rsyncd - why was it never implemented?
On 12/03/2014 01:37:58 PM, Kevin Korb wrote:
> As far as a backup provider goes I wouldn't expect them to use rsync
> over SSL unless that were built into rsync in the future (and has
> been
> around long enough that most users would have it).
>
> I would expect them to either use rsync over ssh secured by rrsync or
> rsyncd over ssh with them managing the rsyncd.conf
2014 Dec 03
1
Aw: Re: Re: encrypted rsyncd - why was it never implemented?
> The benefit of rsync over ssh secured by rrsync is that it is more
> like what rsync users are already used to.
i don`t like rsync over ssh in an environemt with users you can?t trust.
from a security perspective, i think such setup is broken by design.
it`s a little bit like giving a foreigner the key to your front door and then hope that the door in the corridor to your room will be
2014 Dec 03
4
Aw: Re: encrypted rsyncd - why was it never implemented?
from a security perspective this is bad. think of a backup provider who wants to make rsyncd modules available to the end users so they can push backups to the server. do you think that such server is secure if all users are allowed to open up an ssh shell to secure their rsync transfer ?
ok, you can restrict the ssh connection, but you open up a hole and you need to think twice to make it secure
2018 Jul 30
2
[SIEVE] pipe :copy to external program with arguments
Hi all,
quick questions about sieve pipe:
I want to pipe spam messages to an external program with additional
parameters
my spamlearn.sieve script:
require ["vnd.dovecot.pipe", "copy", "imapsieve"];
pipe :copy "mybin" ["-h 127.0.0.1:44444" , "markspam"];
I also tried:
pipe :copy "mybin" ["-h 127.0.0.1:44444
2011 Apr 13
1
Server mode and rsyncd.conf
When rsync is used in remote-shell server mode, the documentation says:
"Rsync supports connecting to a host using a remote shell and then spawning a
single-use "daemon" server that expects to read its config file in the home
dir of the remote user."
I have been trying to make rsync read a config file (which I presume should be
named rsyncd.conf) in the home directory of the
2012 Mar 29
2
from= in ssh key
Fairly new to puppet here and trying to figure out a couple of issues
with distributing ssh keys. First one is how can I distribute a
public key with the from= field at the beginning. What I currently
have working is
ssh_authorized_key { "brandon":
user => "brandon",
ensure => "present",
type => "ssh-rsa",
key =>
2005 Jan 13
3
Need OpenSSH to logs users bad login attempts
Hello All,
We have a sensitive network where users authenticates through SSH. We
support multiple authentications with respective to their groups . As
a security concern we continue to monitor failed or bad login attempts
of every user using lastb command, but SSH never logs the bad login
attempts of the user like telnet does . We would like to have this
feature on SSH for every supported
2009 Aug 31
3
rsyncd always compression
Hello
I have forced for an option to say the anonymus rsync server that all trafik must compress
before delivery.
I found no option with "compress" for the rsyncd.conf or the startoption. Only for the
client is -z available.
Anyone knows a trick that the server only answer if the client is use the compression?
Mit freundlichen Gr??en
Drie?en
--
Software & Computer
Uwe Drie?en
2010 Jul 15
2
Can rsyncd be set to require compression?
Hi,
rsyncd.conf allows you to forbid compression. I'd like a way
for it to require compression, either by forcing the option
on or forbidding transfers from clients that don't request
--compress
Is such a thing possible?
Regards,
David.
2014 Oct 09
1
rsync filter parameter in rsyncd.conf file
I would like to push a file, /home/cfg/temp, from client to a server with
rsync in daemon mode to /n2p/cfg directory. How should I set the
filter/include/exclude parameters on the server side rsyncd.conf file so
server will disallow receiving any files from the client other
than /home/cfg/temp?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Oct 13
1
beta build problem
I am having the following problem building
R-beta_2009-10-12_r50045.tar.gz
on
Ubuntu 9.04 - the Jaunty Jackalope
Paul
________
...
make[2]: Entering directory
`/home/paul/toolchain/R/R-beta/src/library/Recommended'
begin installing recommended package boot
gzip: invalid option -- 'x'
Try `gzip --help' for more information.
tar: This does not look like a tar archive
2014 Sep 02
1
[PATCH] rrsync: Add several long options used by BackupPC
rrsync used to throw the error
/usr/local/bin/rrsync: invalid rsync-command syntax or options
when run under BackupPC 3.2.1, with this patch full and incremental
backups work.
---
support/rrsync | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/support/rrsync b/support/rrsync
index 6f83f9d..c231ea3 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -60,6 +60,7 @@ our
2016 Apr 28
5
[Bug 11879] New: escape rrsync restricted folder
https://bugzilla.samba.org/show_bug.cgi?id=11879
Bug ID: 11879
Summary: escape rrsync restricted folder
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter:
2010 May 19
1
rrsync with --delete
Hi all,
is it possible to get rrsync with the "--delete" option working?
Or is the rsync server really started unidirectional in this special scenario?
Regards.
JS
--
GRATIS f?r alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
2013 Oct 04
1
[Bug 10181] New: --stats bug
https://bugzilla.samba.org/show_bug.cgi?id=10181
Summary: --stats bug
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: RutleCorps at gmail.com
QAContact: rsync-qa at
2009 Jan 07
1
DO NOT REPLY [Bug 6020] New: support/rrsync fails when server-side options include "-e."
https://bugzilla.samba.org/show_bug.cgi?id=6020
Summary: support/rrsync fails when server-side options include "-
e."
Product: rsync
Version: 3.0.4
Platform: All
OS/Version: Other
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2014 Dec 03
0
Aw: Re: encrypted rsyncd - why was it never implemented?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As far as a backup provider goes I wouldn't expect them to use rsync
over SSL unless that were built into rsync in the future (and has been
around long enough that most users would have it).
I would expect them to either use rsync over ssh secured by rrsync or
rsyncd over ssh with them managing the rsyncd.conf file. Either way
the server side
2015 Jul 17
2
[LLVMdev] LLVM instrumentation
The PGO was my first guess but I can get a lot of information.
At first, I follow the explanation at http://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation but instead of llvm-profdata merge, I used llvm-profdata show *.profraw.
Sadly, the information I get is the total number of function, the maximum function count and the maximum internal block count.
Do you know if you