Displaying 20 results from an estimated 1000 matches similar to: "How to preserve ownership with rsync over SSH"
2005 Aug 06
1
Problem with exclusion pattern
Hello everybody,
I have a little problem using patterns with exclude instruction. I want
to rsync all my /home excluding all subdirectories "logs" ans "stats".
So I used the instruction --exclude */logs/* --exclude */stats/* to
ignore all these directories. While the execution in verbose mode, I see
that stats directories are ignored but logs directories are not. I don't
2011 Jan 18
1
Can I know if a call is transffered to asterisk
Good morning
My situation is as folowing
I have a numer that connect to my asterisk
I configured another phone to transfer to this number
So when somebody call me he will be transffered to the number which asterisk
connect to
i.e my asterisk connected phone is not the originated number
My question is: How can I know if the call has been transfered to me and what
was the number originated by
2005 Apr 10
1
Problem with HTB Installation
Hello Everybody,
I am trying to install thz HTB queue on my Debian Woody. I compiled a
2.6.9 Kernel with the good configuration for HTB.
The kernel is booting correctly but I can''t use HTB queue with tc.
I have this error message.
gatekeeper:~# tc qdisc add dev eth0 root handle 1: htb default 90
RTNETLINK answers: Invalid argument
I have check my logs and found this message :
Apr 10
2018 Apr 17
2
Corrupted dbox file around offset= EOF reading msg header
Hello Dovecoters,
I am using dovecot-2.2.10-8.el7.x86_64 on RHEL 7.4
When I backup mdboxes (using SIS) using this command
doveadm -Dv -o plugin/quota= sync -1f -u user1 at user.com
mdbox:/mailbackup/user1
mails get backedup but all m files are not copied. Last file copied is m.4
If I run the command again I get below error
I tried with doveadm backup command as well (many times).
2011 Aug 02
3
CPU Model detection with virsh capabilities
Hello everybody,
I am a new user discovering libvirt with KVM software. During my first
VM creation, I saw an issue with virsh that I can't understand.
I wanted to emulate another CPU than the classical qemu32 using virsh.
So I used the virsh capabilites command to detect how is detected my CPU
host which is an Intel Xeon E5410 and my problem is that this CPU is
detected only with the
2020 Aug 07
1
CentOS advisories for 8 release
Hello dear CentOS community,
I'm writing on this mailing list because I'm discovering CentOS 8 after
several years of practice on CentOS 7.
One of my main concern about a distribution is Bug Fixes and Security
Fixes. For CentOS 7, all fixes where identified on CentOS-Announces
lists with CESA, CEBA and CEEA which is a good thing in order to
identify how a distribution can be broken,
2005 Apr 26
3
Need Help with rsyncd.conf
What do this uid =0 anfd gid = 0 mean? Can it pose any security issues.
Thanks,
VC
[root]
path = /
auth users = XXX
secrets file = /usr/local/etc/rsyncd.secrets
uid = 0
gid = 0
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2016 Aug 02
6
TLSv1.2 support for lftp on CentOS 6.x
Hello everybody,
I am writing on that mailing list because I have an issue using lftp and I would
love to have more infos about features available on the LFTP version provided by
CentOS 6.
I try to connect to a ftp server in secured mode using FTPS explicit and I would
love to use TLSv1.2.
After several tries, I understood that the TLS negociation was not possible
using TLSv1.2 (It works only
2016 Aug 02
1
TLSv1.2 support for lftp on CentOS 6.x
On Tue, Aug 02, 2016 at 03:29:07PM +0000, Olivier BONHOMME wrote:
> On Tue, Aug 02, 2016 at 02:56:26PM +0000, Olivier BONHOMME wrote:
> So the question is: Is that behaviour can be considered as an lftp bug or not ?
Hello again,
Just answering to myself and the list for a conclusion. lftp in CentOS uses the
default priority provided by gnutls and it's not possible to override it in
2006 Jul 07
3
Rsync over samba mounts (bad file descriptor)
Hello everyone
I am trying to do incremental backups using rsync and SSH.
I have a windows server with two shares on it that I want to sync remotely to another machine.
[----------------]
| windows server |
[----------------]
[----------------]
| FreeBSD server |
[----------------]
[----------------]
| SuSe server |
[----------------]
I have two samba mounted shares on the BSD server,
2005 Feb 25
2
How to give more rights to users ?
Hello Everybody,
I've just finished to install a SAMBA domain with LDAP authentication.
All works fine :). The clients runs Windows 2000 Pro or Windows XP. The
problem is that a simple user can't install or modify some system
parameters and in my office it's needed by some users. So I would like
to know how to give these rights to users logged in the domain on their
local system
2016 Aug 02
2
TLSv1.2 support for lftp on CentOS 6.x
On Tue, Aug 02, 2016 at 02:13:31PM +0100, Tom Grace wrote:
> On 02/08/2016 12:11, Olivier BONHOMME wrote:
> > So my question is : Can lftp provided by CentOS (of course last version in the
> > 6.x branch), do TLSv1.2 connection ?
> It may not be related, but in the past I have needed to rebuild libNSS
> and Curl in CentOS 6 due to an upstream patch the explicitly disabled
2005 Aug 05
1
Problem preserving user/group names on AIX, rsync 2.6.2
I am having a bit of a problem with rsync 2.6.2 on AIX and I was
wondering if this might just be the expected behavior.
When using the -o and -g flags, the user and group names are NOT
preserved on the receiving side, however, the UIDs/GIDs are preserved.
I checked the OLDNEWS file and bugzilla, but could not find any
reference to a problem like this.
Vitals:
-rsync 2.6.2 with security patch
2006 Feb 03
2
rsync Corrupted MAC on input.
I am doing a large and long transfer and twice now i have gotten this error killing the transfer, anyone know what/how i can fix this?
root@denali [/etc/rsync]# Received disconnect from 66.160.191.130: 2: Corrupted MAC on input.
rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown" [sender]: Broken pipe (32)
rsync: connection unexpectedly closed (1055144 bytes received so
2006 Apr 05
3
rsync, ssh and DSA key
hi all
I have generated the key in the source server(10.78.0.107)
ssh-keygen -t dsa -C "root@10.78.0.107"
I have added this key to authorized_keys2 of the destination
server(10.78.0.117)
cat id_dsa.pub >> /root/.ssh/authorized_keys2
but when I execute
rsync -avz -e ssh root@10.78.0.107:/var/mail/ /var/mail
in the destination server I asck me for the password
How to avoid this in
2005 Oct 19
1
Initialising a mirror
Dears,
I would like to mirror data from 2 servers connected together via VPN over
ADSL lines (dwn 2Mbps/Upld 512Kbps).
I'm sure rsync is one of the best tool to keep these data in sync but how
should I use it to initialise the mirror?
I'm currently testing the solution with 10Gb of data to keep in sync. But
on my lines it would take more than 40 hours to initially create the
2009 Jun 02
1
Difference between rsync -r S1 S2 T and cp -r S1 S2 T
The manual says rsync can be used as an improved cp command.
If S1 and S2 are (local) source files or directories and T is an (local)
existing directory, is it safe to think that
$ rsync -r S1 S2 T
does the same thing as
$ cp -r S1 S2 T
, assuming no trailing slashes in S1, S2?
--
View this message in context:
2005 Aug 14
1
Is it possible for source and destination to be server
Is it possible to run rsync with both source and destination on the remote
server? such as
rsync -ar -e ssh user@domain.net:/dir1/ user@domain.net:/dir2/
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
2005 Sep 22
2
Running 'rsync' as root misses files
Hi all,
I was wondering, I run (inside another program) 'rsync' as 'root'
using '--files-from'. It seems to error though on files with permissions
where 'everyone' does not have read permissions (ie: permissions of
'0640').
Is this the normal behaviour for 'rsync' could I be missing something?
Thanks!
2006 Apr 27
1
Filename too long
This is the rsync version I am using.
rsync version 2.5.5 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
IPv6, 64-bit system inums, 64-bit internal inums
I have a file with a looooong name which I rsync from PC1 to PC2. (redhat-9)
I am getting the