similar to: DO NOT REPLY [Bug 4023] New: Rsync does not copy files recursively when using ssh public key authorization and the files-from option

Displaying 20 results from an estimated 4000 matches similar to: "DO NOT REPLY [Bug 4023] New: Rsync does not copy files recursively when using ssh public key authorization and the files-from option"

2015 Jun 09
3
exclude directory from rsync
hey guys, I'm trying to do an rsync of the entire /var directory, but exclude just the /var/www directory. So far I've tried these approaches: rsync -avzp --exclude-from=/var/www /var/ /mnt/var/ rsync -avzp --exclude=/var/www /var/ /mnt/var/ But neither has worked. Can I get a suggestion on how to get this to happen? Thanks, Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net
2003 Feb 24
1
many small files bug
Hi! I try to copy a lot of little files between a Linux and a Tru64 (I successfully compiled rsync on a tru64, it needed a little cosmetics), but it throws me this error (rsync 2.5.5 on both machines): 779300 files...rsync: error writing 4092 unbuffered bytes - exiting: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(463) The command line was: rsync -avzP -e ssh
2020 Jul 15
3
Deprecation of scp protocol and improving sftp client
On Wed, 15 Jul 2020, Red Cricket wrote: > I have had this in my .bashrc for years: > > alias scp='rsync -avzP' Similar, though I named it rcp because nobody has the real rcp installed any more, but sometimes I need scp to connect to systems that lack rsync. https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD >
2009 Dec 31
1
restoring using rysnc
Hi, My backup server (B) has a /backup/home and I'd like to restore /backup/home/userX to /home/userX in my server A I am trying to do with in the server where I want to restore. rsync -e ssh -avzp -R --exclude "*.journal" backup_server:/backup/home/userX/ /home/userX But it is creating a /home/userX/backup/home/userX What am I doing wrong? -------------- next part
2002 Jan 28
1
Write failed flushing stdout buffer.
3 100% 0.00kB/s 0:00:00 wrote 30496 bytes read 327051 bytes 14593.76 bytes/sec total size is 419896352 speedup is 1174.38 Write failed flushing stdout buffer. write stdout: Broken pipe time /usr/local/bin/rsync -avzP host: /bkup-zone --delete this is the command which is being run, and I get the above error message everytime. The phenomenon doesn't happen when just copying certain
2020 Aug 01
2
Deprecation of scp protocol and improving sftp client
Why can the local and remote paths be sanitized? Regards, Uri > On Jul 31, 2020, at 19:57, Ethan Rahn <ethan.rahn at gmail.com> wrote: > > ?I wanted to bring this up again due to: > https://github.com/cpandya2909/CVE-2020-15778/. This showcases a clear > issue with scp which it sounds like cannot be fixed without breaking scp. > This seems like it would lend some impetus
2014 Oct 19
3
rsync question: building list taking forever
Guys, I've setup an rsync between two directories that I've mounted locally on a jump box. Long story short, the two directories are both NFS shares from two different hosts. Our security dept won't allow us to SSH between the two data centers, directly. But the jump host can contact both. So what I've done is mount the NFS shares from one host in each data center on the jump box
2002 Aug 20
1
Files Loosing Ownership after rsync
Hello, Greetings to all. I am a newbie to rsync. I have a problem,for which I could not find the solution in Rsync Faq o Matiq. Even google couldnt give any solution. So finally I am here.. Currently I am using Rsync to backup data from two different servers. server (a) and sserver (b). The data from servers a & b is rsynce'd to my third machine (c). I have implemented ssh.
2008 Jun 03
8
How to move a samba PDC to a diffrent box
Hello List, i have got a samba pdc running based on the smbldap tools and Debian Sarge. Now we would like to move everything over to Ubuntu Hardy. Can i simply: - Create the same users and groups with the same id on Hardy - Move the files and profiles over by keeping their permissions (rsync -avzp ...) - Set the samba SID to be the old orginial one (i do not know how this could be done and if
2015 Jun 09
0
exclude directory from rsync
On 06/08/2015 10:12 PM, Tim Dunphy wrote: > I'm trying to do an rsync of the entire /var directory, but exclude just > the /var/www directory. ... > rsync -avzp --exclude-from=/var/www /var/ /mnt/var/ --exclude-from takes a filename as an argument. That filename is expected to contain a list of patterns to exclude. > rsync -avzp --exclude=/var/www /var/ /mnt/var/ If your
2002 Apr 16
1
-P option fails
Hi, It seems rsync no longer resumes partial transfers after a SIGINT (CTRL-C). I tried the following: % rsync -avzP ~/video/Gone_In_60_Seconds_-_DivX.avi 192.168.0.3:/backup/DivX building file list ... 1 files to consider Gone_In_60_Seconds_-_DivX.avi 262144 0% 10.34kB/s 19:40:22 [CTRL-C] [testing remote size] % rsync -avzP 192.168.0.3:/backup/DivX/Gone_In_60_Seconds_-_DivX.avi
2008 Aug 15
6
Rsync of LVM Snapshots copies whole file
Hello, anybody has a clue why this happens? The scenario: Each night I create LVM snapshot of my volume which contains some virtual disk images (VirtualBox VDIs). Then I rsync the content of one of the snapshot directories to a backup server. Each file size is between 1.3 GB and 6GB. I run the following commmand: sudo -u rsyncbackup rsync -avzP --exclude-from /home/rsyncbackup/excludefile -e
2007 May 01
3
Display Caller ID of called party
Not sure if this can be done or not, but I can't seem to find it anywhere on the Wiki. When dialing interoffice with Asterisk 1.4.2, I would like to have the caller id of the person I am dialing displayed and not the number I just dialed. Is this possible? So, if extension 4023 is John Doe, and I dial 4023, my display should read John Doe and not 4023. I am using a Polycom 501 by the way in
2020 Jul 15
2
Deprecation of scp protocol and improving sftp client
On Tue, 2020-06-23 at 08:06 +0200, Markus Friedl wrote: > I had something in mind like this for years, but with slightly > different steps: > My naive approach would be to keep the scp user interface and switch > to the sftp protocol internally. We could add a -M [scp|sftp] option > to scp and select the internal protocol. Later we switch the default > from scp to sftp. > No
2010 Oct 18
0
xen backup script
hello, I have a couple of longish commands that I run to backup my network of xen hosts. I would like to cron this, but am having trouble issuing the same command the second time to the second xen host: [root at LCENT01 ~]# ssh sum2 'for i in `virsh list | grep -v -e Id -e --- -e "Domain-0"| awk '{print \$1}'`; do echo "shutting down $i"; sleep 2; virsh
2004 May 13
0
2.6.2 transferring common data
Slackware-9.0/9.1 base. I've come across a problem. A source file of 3.0G and a destination existing image of 5.1G - the destination has a lot of stuff which is to be discarded but does contain all of the data in the source except for about 50M. This should have been a quick transfer, even though I'm doing it over a slow link with a bwlimit=10 - especially with -z for gzipping the delta
2006 Mar 17
1
Multiplexing overflow
Hi, List! I have a problem with rsync. I was trying to synchronize directory trees on 2 servers and got following error: multiplexing overflow 101:7104843 [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(809) Complete rsync's output: > /usr/local/bin/rsync -avzp user@host:remote_path local_path receiving file list ... done ./ DelphiStudio7.rar
2011 Nov 29
1
How do I require a resource in a definition based on an array parameter?
I have a define that looks like this: define user::sys_user($fullname, $uid, $groups, $shell=''/bin/bash'', $authkey, $authkey_type=rsa) { $username = "sys_${name}" group { $username: gid => $uid, } user { $username: require => Group[$username], ensure => present,
2011 Feb 04
0
Auto Reply: Re: logging the public key
Hi, I'm off on vacation or/and in transit till Feb 6. I'll read your message when I come back. Regards, Jan.
2014 Dec 01
2
[Bug 10977] New: Rsync path spoofing attack vulnerability (rsync 3.1.1 tested)
https://bugzilla.samba.org/show_bug.cgi?id=10977 Bug ID: 10977 Summary: Rsync path spoofing attack vulnerability (rsync 3.1.1 tested) Product: rsync Version: 3.1.1 Hardware: All OS: Linux Status: NEW Severity: critical Priority: P5 Component: core