search for: azv

Displaying 19 results from an estimated 19 matches for "azv".

Did you mean: av
2002 Jan 15
3
problem with --delete if I sync part of a dir
...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 starting with i_ will get placed on the remote server or even updated when I change them but if I delete a file on machine A it will not be deleted on machine B. This is only a problem if I use i_* as my source. If i sy...
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:...
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 way around. On the remote machine, I add "read only = no" to the module in the conf file and restarted the server. I thought think that the syntax for uploading to the remote...
2003 Aug 13
4
Question on --include-from option.
...ello 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 output I get: ppukweb2% rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris receiving file list ... done drwxr-xr-x 512 2003/08/13 12:15:01 loris drwxr-xr-x 512...
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: <http://lists.centos.org/pipermail/centos/attachments/20080621/386fc90a/attachment-0002.html>
2005 Feb 01
2
Rsync and SSH on Windows
...the nature of our proxy/firewall, I must use SSH with port forwarding to achieve this goal. Currently I establish the SSH connection using the following command: ssh ssh_user@proxy.example.com -i file_name -L 873:200.200.60.60:7000 -N and then run rsync with the following command: rsync -azv rsync_user@127.0.0.1::package . This works well as two separate processes. However, having read the documentation it seems that I should be able to run the ssh commands "inline" using the -e flag. However, I have not been able to successfully sync using this method. I have tried using...
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...
2020 Mar 25
4
Need help to fix bug in rsync
...re not to be compressed can be seen in the man page section --skip-compress. Unfortunately skipping the default file types doesn't work and all transferred data is being compressed during the transfer. This is true for all versions since 3.1.0. Steps to Reproduce: 1. run 'rm -f Z ; rsync -azv alpha:z.gz Z' Actual results, transferred data was compressed during the transfer: sent 43 bytes received 63,873 bytes 25,566.40 bytes/sec total size is 628,952 speedup is 9.84 Expected results: No compression should happen for .gz file. Additional info: Note that the source file 'z.g...
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 log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [tmp] path = /usr/rsync/tmp comment = Temp uid = nob...
2020 Mar 20
2
[Bug 14323] New: Defaults for --skip-compress are not working, everything is being compressed
...t samba.org By default certain file suffixes should not be compressed while rsyncing from remote host. This worked fine for 3.0.6 but doesn't for 3.1.3. In my tests I named an ascii text file as z.gz and rsynced it: [simix at alpha Z]$ rsync-3.0.6/rsync --rsync-path=${PWD}/rsync-3.0.6/rsync -azv alpha:Z/z.gz Z ; rm -vf Z simix at alpha's password: receiving incremental file list z.gz sent 30 bytes received 629254 bytes 83904.53 bytes/sec total size is 628952 speedup is 1.00 removed ?Z? [simix at alpha Z]$ rsync-3.1.3/rsync --rsync-path=${PWD}/rsync-3.1.3/rsync -azv alpha:Z/z.gz Z...
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
...-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. > (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 > log file = /var/log/rsyncd.log > pid file = /var/run/rsyncd.pid > lock file = /var/run/rsync.lock > > [tmp] > path...
2002 Apr 20
1
rsync breaks on FreeBSD without -O2?(fwd from grog@FreeBSD.org) PR 36998
...0, total_out = 98304, msg = 0x0, state = 0x8078100, zalloc = 0x8064f18 <zcalloc>, zfree = 0x8064f30 <zcfree>, opaque = 0x0, data_type = 0, adler = 0, reserved = 0} >How-To-Repeat: transfer a large (binary?) file with compression on. local to local transfers also fail. rsync -azv / rsync://sunsite.dk/ftp//mirrors/mysql/Downloads/Contrib/MyAccess.mda . rsync: connection unexpectedly closed (930 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) >Fix: >Release-Note: >Audit-Trail: From: Donal Diamond <donal.diamond@...
2020 Mar 25
0
Need help to fix bug in rsync
...he man page > section --skip-compress. > > Unfortunately skipping the default file types doesn't work and all > transferred data is being compressed during the transfer. This is true for > all versions since 3.1.0. > > Steps to Reproduce: > 1. run 'rm -f Z ; rsync -azv alpha:z.gz Z' > > Actual results, transferred data was compressed during the transfer: > sent 43 bytes received 63,873 bytes 25,566.40 bytes/sec > total size is 628,952 speedup is 9.84 > > Expected results: > No compression should happen for .gz file. > > Additi...
2006 Oct 13
1
"rsync -z" not working as expected under 2.6.8 and 2.6.9?
...text. I then created an empty directory on a rsync server to replicate that data to. I did a "rsync -av /tmp/test-out/ rsync://server/share/test-in" with ethereal running. As expected, ethereal shows the uncompressed contents of both files being sent. Then I reset and did a "rsync -azv /tmp/test-out/ rsync://server/share/test-in" with ethereal running. Unexpectedly there was no sign of uncompressed data in the packet trace! Looks like rsync "decided" to compress data.gz even though /etc/rsyncd.conf had "*.gz" in it's "dont compress" section....
2007 Nov 22
2
--delete not working - due to 200+G of files?
...Centos_Box::remote_mach" In all cases rsyncing the original file system copies all files; but files and directories removed are not reliably removed from the rsync mirror. It takes around 4 hours to build a file list - blech! On Centos_Box (rsync Solaris NFS mount to local mirror) rsync -azv --delete /Solaris_NFS_mount/* /home root@CentosBox# ls /home | wc; ls /Solaris_NFS_mount | wc 9338 9338 72420 7168 7168 55792 Try Solaris to Solaris: rsync -az -e rsh --delete /home Solaris_box_2:/home2 root@Solaris_box_2 ls /home2 | wc; ls /home | wc 8925 8925 78292...
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