Displaying 20 results from an estimated 9000 matches similar to: "How to prevent deletion of files on the client side?"
2003 May 01
4
--exclude-from works but "exclude from" in rsyncd.conf doesn't ?
I'm setting rsync up for the first time and would prefer to have the
exclude file defined in the conf file, but the exclusions aren't
honoured when I define the parameter in rsyncd.conf - although they are
when I specify the file in an argument. The server is the remote system
and both rsyncd.conf and the exclude file are the same on both local and
remote systems. I'm attaching the
2001 Nov 01
2
Excludes in /etc/rsyncd.conf
Thought that you are able to add a simple
-
+
with paths or file names at the bottom of a file and run an rsync and
those are then recognized inclusions or exclusions from the
synchronization
--
Jason G Helfman
Network Administrator
BizRate.com
310.754.1264 desk
2012 Dec 18
1
Prevent dereferenced path of symlinked directories from printing on client side log output
I'm trying to figure out if there is some way to run an rsync daemon
which makes a mix of "real" and symlinked folders available to a client
such that all the folders appear as "real" to the client.
I realize the --copy-links and --copy-dirlinks accomplish this when
invoked from the client side (and that is currently how I am
accomplishing this). Is there any way to
2003 May 09
1
Bug report: deletion of files only on remote system is not logged.
I was told that my earlier submission of this report contained a
user-hostile attachment (courtesy of Outlook), so here it is again, with
the log included below.
The problem: Files that exist only on the remote system are deleted
silently (i.e. not logged), rather than noisily as implied by the
recommendation of --dry-run in the rsync man page definition of --delete
to see what would be
2001 Apr 02
2
tables of frequencies
Hi!
How to make tables of frequencies in R?
Thanks.
Prof. Carlos A. S. de Andrade
Universidade Federal da Para?ba
Centro de Humanidades
Departamento de Economia e Finan?as
Tel.:83-333-5509(res)
310-1215(DEF/CH)
E-mail: casandrade at super11.net
cantonio at ch.ufpb.br
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2010 Jul 30
2
rsync mirror solution: how to prevent accidental mirror deletion
I had a recent disaster scenario with rsync. I was wondering if there
were any suggestions to guard against in the future:
I used to maintain "mirror" backups of the /home dir on our
production_server using rsync to a backup_server.
The primary server had a rsyncd daemon running and the backup_server
had this line in the crontab:
10 01 * * * rsync -av --delete root at
2012 Jun 13
1
kern/157863: [geli] kbdmux prevents geli passwords from being entered properly on boot
Hello,
Just to let everyone know that this is still an issue.
I am trying to install FreeBSD 9.0 amd64 on a Lenovo X121e and I
can't get it to accept the geli passphrase during boot. I've confirmed
using kern.geom.eli.visible_passphrase=1 that the passphrase is
correct, and the same passphrase is accepted when the system is
booted up.
I've tried disabling kbdmux in
2015 Nov 11
2
Quitar ejes uper.panel
Buenas,
Quiero quitar tras hacer un plot(datos) o pairs(datos) los ejes que aparecen en la parte superior y a la derecha, pero que sigan estando los ejes que aparecen debajo y a la izquierda.
¿Cómo puedo hacerlo?
Gracias
Jesús
[[alternative HTML version deleted]]
2018 Mar 02
3
Problemas de conexion con base de datso
Buenas,
Tengo un problema y es que intentando conectarme a una base de datos SQL Server, tras cosneguirme conectarme usando el paquete odbc, me deja acceder al contenido de algunas tablas (mediante un select), pero sin embargo en otras me pone lo siguiente:
Error in new_result(connection en ptr, statement) : std::bad_alloc
No entiendo muy bien porque me salta ese error, ya que desde SQL si
2003 May 30
2
rsync over ssh
Hi there,
I use rsync over ssh to syncronise various directories between a windows
machine and a linux box.
Now I want to sync files between two linux boxes. Because the I want to
do that as a cron job I need rsa key authentification.
I have a user called test on both machines. On both pc I also run
"ssh-keygen -t rsa1" and enter no passphrase.
I copied the identity.pub file from the
2018 Jul 12
2
Guarar modelo y visualizarlo
Buenas,
tengo que crear unos modelos a las 12 de la noche, para ser visualizados al dia siguiente. ?Cual es la mejor manera? Genearr los graficos de importancia de las variables de RandomForest y vvisualizarlos guardando dichos graficos y metiendolos en una web o hacer algo con shiny server que permita generar el grafico en tiempo real, tras haber guardado el modelo?
Gracias
Jes?s
2015 Nov 11
2
Quitar ejes uper.panel
Lo han respondido en detalle aquí:
http://stackoverflow.com/questions/9680783/how-can-i-change-the-axis-position-for-pairs
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 11 de noviembre de 2015, 15:59, Carlos J. Gil Bellosta <
cgb en datanalytics.com> escribió:
> ?axis
>
> Un saludo,
>
> Carlos J. Gil Bellosta
> http://www.datanalytics.com
>
> El 11 de
2015 Jan 29
3
pregunta
Estimados
Para analizar tres muestras cualitativas independientes se utiliza Cochran-Mantel-Haenszel test
?Cual script es el adecuado para analizar tres variables dependientes? en MCNEMAR solo se permite analizar dos variables cualitaticvas dependientes
saludos
José
[[alternative HTML version deleted]]
2023 Dec 16
0
[Bug 3644] New: Pass the number of attempt to SSH_ASKPASS
https://bugzilla.mindrot.org/show_bug.cgi?id=3644
Bug ID: 3644
Summary: Pass the number of attempt to SSH_ASKPASS
Product: Portable OpenSSH
Version: 9.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2020 Apr 25
2
[PATCH 1/3] Add private key protection information extraction to ssh-keygen
Add private key protection information extraction to shh-keygen using -v
option on top of -y option which is already parsing the private key.
Technically, the passphrase isn't necessary to do this, but it is the
most logical thing to do for me.
Adding this to -l option is not appropriate because fingerprinting is
using the .pub file when available.
An other idea is to add a new option, I
2003 Nov 27
2
Question about adding another parameter for OpenSSH
Hello,
I need to allow for some people to execute ssh with one shared private
key for remote executing command on various machines. However, it is not
possible to set group permissions for private keys and it is possible
to have just one private key file for one user. Please, is it possible
to add patches into openssh development tree like these, so that standard
behavior of ssh is not changed,
2024 Oct 21
1
Security of ssh across a LAN, public key versus password
Hi Chris,
> > > What do you mean by "keypair authentication"?
> >
> > That's the authentication you use when you have ssh-keygen provide you
> > with a private key and a public key, and distribute the public key to all
> > the different authorized_keys files.
>
> But he says not to use passphrases, I'm confused.
I'm not sure which
2004 Mar 24
5
[Bug 818] ssh-keygen Bad passphrase error
http://bugzilla.mindrot.org/show_bug.cgi?id=818
Summary: ssh-keygen Bad passphrase error
Product: Portable OpenSSH
Version: 3.8p1
Platform: PPC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: ssh-keygen
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: sandino at
2000 Sep 09
0
2.2.0p1 PATCH: ssh/scp/slogin will invoke ssh-askpass
Enclosed is a patch against 2.2.0p1 that teaches ssh (and therefore
slogin and scp) how to invoke ssh-askpass to request a password,
RSA/DSA key passphrase, or an skey challenge response.
I've tested this on Linux (i386), for passwords and RSA/DSA key
passphrases. I cannot easily test whether the Right Thing will happen
for skey challenge responses; I would appreciate it if someone who
uses
2012 Jan 13
0
[PATCH 1/1] Ported gnome-ssh-askpass2 to gtk3.
Hello List,
This is for the portable release.
I wanted gnome-ssh-askpass to be a gtk+3 app, so I made a quick port.
Mark
---
contrib/Makefile | 7 +-
contrib/gnome-ssh-askpass3.c | 220 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 226 insertions(+), 1 deletions(-)
create mode 100644 contrib/gnome-ssh-askpass3.c
diff --git a/contrib/Makefile