Displaying 19 results from an estimated 19 matches for "azve".
Did you mean:
ave
2002 Jan 15
3
problem with --delete if I sync part of a dir
Hi,
I'm using rsync for a couple of things but I am at a point where I could not find a solution for my problem.
this is what I want to do:
rsync only the files i_* from a directory from machine A to machine Bi and delete them from machine B if they on longer exist on machine A.
so I use the command:
rsync -azv --stats -e ssh --delete i_* user@host:/dir/
When using this command the files
2006 Jan 21
2
DO NOT REPLY [Bug 3432] New: rsync -azv --cvs-exclude forgets "LocalSettings.php"
https://bugzilla.samba.org/show_bug.cgi?id=3432
Summary: rsync -azv --cvs-exclude forgets "LocalSettings.php"
Product: rsync
Version: 2.6.6
Platform: x86
URL: http://pto.linux.dk/albackup.tgz
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
2002 Oct 30
1
upload to rsync server syntax problems
What I'm trying to do: upload files from my local machine to an rsync server
running on a remote host.
What I don't know: syntax on how to do this.
I initially set the conf file so that I could download from the remote
machine to my local machine, the syntax:
rsync -azv --delete rsync://user@remote.machine.com:12923:blah destdir
This worked fine. So then, I wanted to go the other
2003 Aug 13
4
Question on --include-from option.
Hello list,
I am running rsync 2.5.5 on some Solaris 7 and 8 boxes.
I'd like to sync different directories from one box to another.
This is my include file:
ppukweb2% more rsync-include-file
/tmp/loris/testrsync1
/tmp/loris/testrsync2
/tmp/loris/testrsync3
This is the command I run:
rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file
ppukweb8:/tmp/loris
and this is the
2008 Jun 21
5
recommendations for copying large filesystems
I need to copy over 100TB of data from one server to another via network.
What is the best option to do this? I am planning to use rsync but is there
a better tool or better way of doing this?
For example, I plan on doing
rsync -azv /largefs /targetfs
/targetfs is a NFS mounted filesystem.
Any thoughts?
TIA
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 01
2
Rsync and SSH on Windows
...line" using the -e flag. However, I have not been able to
successfully sync using this method. I have tried using both OpenSSH for
Windows and Plink from Putty. Here is the verbose output from each.
Please note the file has been scrubbed for any information related to my
company :)
rsync -azve "ssh -l ssh_user proxy.example.com -i ssh_key
873:200.200.200.200:7000" rsync_user@127.0.0.1::package .
OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004
debug1: Connecting to proxy.example.com[IP] port 22.
debug1: Connection established.
debug1: identity file ssh_key type -1...
2002 Apr 21
3
ports/36998: rsync requires -O2 on BSD to avoid segv?
On 21 Apr 2002, Anders Nordby <anders@fix.no> wrote:
> # rsync -azv \
> rsync://sunsite.dk/ftp//mirrors/mysql/Downloads/Contrib/MyAccess.mda .
Works fine for me using rsync's upstream HEAD and 2.5.5 release. So
it seems like it must be either something in BSD's patches, or
something about your compiler, or possibly something else.
Could you please try building from upstream
2020 Mar 25
4
Need help to fix bug in rsync
Hi,
I've discovered a bug in rsync which leads to increased CPU usage and
slower transfers in many situations.
When syncing with compression (-z), certain file types should not be
compressed during the transfer because they are already compressed. The
file types which are not to be compressed can be seen in the man page
section --skip-compress.
Unfortunately skipping the default file types
2003 Oct 15
1
Verbose logging
Hello All,
I have a simple question I think. I have been using rsync for a year now and
all is going well. I have it set up in my cron.daily with the -azv option.
When I receive the email upon completion of the cron is there any options I
am not aware of that will also show me the size of the file being transfered?
Thanks for any help.
Amy A.
2002 Jul 29
1
problems preserving permissions -
Hi All,
I recently installed Rsync to perform backup features - this
includes backing up a /home dir and keeping ownerships/permissions
intact is obviously very important....
However when I perform.
(current working path is /home)
rsync -azv --progress --stats * andrew@192.168.0.2::tmp/home
and on the server side of things... I have it setup like so -
motd file = /etc/rsyncd.motd
2020 Mar 20
2
[Bug 14323] New: Defaults for --skip-compress are not working, everything is being compressed
https://bugzilla.samba.org/show_bug.cgi?id=14323
Bug ID: 14323
Summary: Defaults for --skip-compress are not working,
everything is being compressed
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2002 Jun 09
1
Rsync of filesystems with sym-links to other hosts
HI,
I have a scenario where a filesystem i.e /fs13/m6.uecommon.1/wmt8/utils is
residing on a fileserver i.e. fs13. Contents of this filesystem are as
follows:
# ls -l /fs13/m6.uecommon.1/wmt8/utils
lrwxrwxrwx ........ include-> /fs12/m6.uecommon.1/utils/include
lrwxrwxrwx ........ tool_utils-> /fs12/m6.uecommon.1/utils/tool_utils
The filesystems being pointed to i.e
2002 Jul 29
0
Preserving Permissions using server
Hi!:) - try using the sudo command as a prefix to all of that. I know
that if I didn't do that it would default to nobody.nobody when I copied.
-Tito
>
> Hi All,
> I recently installed Rsync to perform backup features - this
> includes backing up a /home dir and keeping ownerships/permissions
> intact is obviously very important....
>
> However when I perform.
2002 Apr 20
1
rsync breaks on FreeBSD without -O2?(fwd from grog@FreeBSD.org) PR 36998
Apparently rsync breaks on FreeBSD if you turn off -O2 (which is the
default.) The breakage is apparently inside zlib.
You'd have to think it was a compiler bug, but perhaps not.
I haven't tried to reproduce it yet.
--
Martin
----- Forwarded message from grog@FreeBSD.org -----
Date: Fri, 19 Apr 2002 23:14:46 -0700 (PDT)
From: <grog@FreeBSD.org>
To: mbp@samba.org
Subject: PR
2020 Mar 25
0
Need help to fix bug in rsync
On Wed, Mar 25, 2020 at 02:49:24PM +0100, Simon Matter via CentOS wrote:
> Hi,
>
> I've discovered a bug in rsync which leads to increased CPU usage and
> slower transfers in many situations.
>
> When syncing with compression (-z), certain file types should not be
> compressed during the transfer because they are already compressed. The
> file types which are not to
2006 Oct 13
1
"rsync -z" not working as expected under 2.6.8 and 2.6.9?
I got curious as to how rsync operates, and got a few tests going under
ethereal. The results confused me more.
I created /tmp/test-out/ containing two different text files - one named
"file.txt" and the other "data.gz". ie. data.gz wasn't actually
compressed - it was actually text. I then created an empty directory on
a rsync server to replicate that data to.
I did a
2007 Nov 22
2
--delete not working - due to 200+G of files?
All of the rsync pages say that "rsync -a --delete src dest" will do a
full mirror but it just isn't so for us.
I've only found one Google item similar:
http://www.linuxquestions.org/questions/linux-software-2/rsync-doesnt-seem-to-delete-599985/
We have around 9200 directories in 250G in /home on a Sun 4500 with
Solaris 8 and rsync 2.6.5 - which we are trying to mirror on Sun
2011 Aug 28
6
rsync and encryption
Hi,
I have a small server at home. I like to put it 'online' and secure it
as good as possible. The counterside of putting your personal backups on
a server is that it might get hacked... and you don't want have to have
your personal docs online...
Do you think encryption is needed?
How to use encryption with rsync?
Thanks in advance,
~D
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking