search for: rvz

Displaying 14 results from an estimated 14 matches for "rvz".

Did you mean: rvr
2019 Nov 14
2
Removing folder at destination
Hello, Rsync 2.6.9 Mac OS interacting with Windows servers. My Rsync command: rsync -rvz --exclude-from=exclude.txt source destination. I copy large files from server A to server B excluding multiple directories which rsync quickly and beautifully executes. What I end up with at destination is these folders. 01_us_eng... 2_ASSETS 3_web 4_print I manually then move...
2019 Nov 22
1
Removing folder at destination
>Why not exclude 2_ASSETS from the first run, and then do a second run to >rsync the _contents_ of 2_ASSETS to the target 01_us_eng directory? > >Add /01_us_eng/2_ASSETS/ to the exclude.txt file. > >rsync -rvz --exclude-from=exclude.txt source destination >rsync -rvz source/01_us_eng/2_ASSETS/ destination/01_us_eng/ > >(perhaps add some variation of the exclude.txt file if you're excluding >stuff under the 2_ASSETS directory) > >> My humble question to samba.org is this, can I ad...
2003 May 15
1
[Bug 518] _PATH_STDPATH can get redefined in includes.h if paths.h exists
http://bugzilla.mindrot.org/show_bug.cgi?id=518 ------- Additional Comments From djm at mindrot.org 2003-05-15 18:58 ------- I don't see this in the current code. includes.h includes paths.h fairly early and pulls in defines.h very close to the end. Can you confirm with CVS head or 3.6.1p2? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are
2009 Mar 19
2
Problem with exclude folders
...n external server - exclude HK and texts folders and jpg inside this folders. My folder structure are: /products/ANYNAME/pictures/EU /products/ANYNAME/pictures/HK /products/ANYNAME/texts ... my include-from file: */ *.JPG *.jpg my exclude-from file: */HK/ */texts * my rsync command: rsync -rvz -W --force --size-only --delete --delete-excluded --include-from=/etc/rsyncfiles.txt --exclude-from=/etc/rsyncexcludes.txt -e 'ssh -C -p 1000' '/srv/fileserver/products/current product range' IP:/var/products Problem 1) all jpeg are copied to the external server - also the jpe...
2019 Dec 07
0
Removing folder at destination
...ync wrote: > > > >Why not exclude 2_ASSETS from the first run, and then do a second run to > > >rsync the _contents_ of 2_ASSETS to the target 01_us_eng directory? > > > > > >Add /01_us_eng/2_ASSETS/ to the exclude.txt file. > > > > > >rsync -rvz --exclude-from=exclude.txt source destination > > >rsync -rvz source/01_us_eng/2_ASSETS/ destination/01_us_eng/ > > > > > >(perhaps add some variation of the exclude.txt file if you're excluding > > >stuff under the 2_ASSETS directory) > > > > &gt...
2005 Nov 11
2
Rsync, subversion and directories
...all. Reading the short description of "--force", it appears this flag should do the trick - further investigation reveals this is not quite so. Furthermore, the output of the "-v" flag doesn't imply that the directory can be deleted, except when doing a dry run: $ rsync -rvz --delete --exclude=".svn" --dry-run ~/TestA ~/testme/TestB building file list ... done deleting TestA/TEST/ <------- TestA/blerg.txt TestA/file with space.txt TestA/file2.txt TestA/sync.sh $ rsync -rvz --delete --exclude=".svn" ~/TestA ~/testme/TestB building file list...
2003 Mar 24
0
[Bug 518] _PATH_STDPATH can get redefined in includes.h if paths.h exists
...exists Product: Portable OpenSSH Version: 3.5p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: rvz at lucent.com In versions of openssh 3.2.3p1 and later, the defines.h file was modified and the following was added: #ifdef HAVE_PATHS_H # include <paths.h> /* For _PATH_XXX */ #endif Unfortunately the above comes after the inclusion of defines.h (through config.h) which sets _PATH_STDPA...
2008 Aug 18
1
Rsync Setup
I have seen many ways to setup a rsync backup but I have never got one to work on a centos machine. I have used 4.5 and 5.0 If anyone could point me in the right direction, much thanks. Cheyenne -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080817/921f32e4/attachment-0005.html>
2004 Aug 31
0
[Bug 1686] New: Could not transfer DBCS(Double byte Character set) filename
...ity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: sjra@korea.com QAContact: rsync-qa@samba.org Source directory have a Korean filename(»ùÇÃ.asf). but, could not transfer to target directory. My RSYNC Parameter: rsync.exe -rvz --delete --modify-window=1 --timeout=30 --partial 192.168.101.26::test1 c:\test1 -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2002 Sep 27
2
Rsync synchronizes unchanged files
...32 (MSWindows) partition mounted into a linux system. I run rsync from linux. The problem is rsync synchronizes most of the data even if the data hasn't changed since the original image was made. I used the -avz parameters to do the backup and the same for restoration. Also I've tried just -rvz. It didn't help. Could somebody help me please? Thank you. P.S.: The purpose of this work is to maintain a computer lab running Windows XP and other systems. - -- Lukas Kubin phone: +420696398285 email: kubin@opf.slu.cz Information centre The School of Business Administration in Karvina Si...
2015 Jul 27
8
[Bug 11414] New: rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)
...root 4096 Th07 27 11:25 .. -rw------- 1 www www 2017 Th07 27 14:58 syn_pre_update.log -rw------- 1 www www 1073741824 Th07 27 14:58 test =========================================================== Finally I re-run cmd with below option(replace option -a by -r )it's OK : rsync -rvz --progress --delete /data/client/ 9tlocal at 10.76.0.195::9tlocal -- You are receiving this mail because: You are the QA Contact for the bug.
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...yKVIzO*j$WY?^1x__Bm??p+P#B7|eU@%H>*e7BXm#m*nuWQ_-vJ02g5-8+kiDk; zbN8p*|M<s4)*b4vsPc<-3z~KfKwlVNlBwaKR0j4_7hs{KNu0-ve?AQ}9nvz-p>{I_ zkty#b#vf*+pC&;jy*FP{^hcgVX5x6Srf5!%PT+mvNL)YNO#n@<1FV9d3L#rw#LzWl z>Lm+{DLo5&8uOzaKQ_}Awo#GUHA1TOF2!Y*H_s<Xzc?=XbJzIFmUsaPTJ{JqJrJJq zNMPD9RVzP#y-*ZhjwtgtGJY7YEQby9S{PqIR5%E)5-4eoN}?Pmu_8!+6wbUG94YZc z_vezpkq;=4A_yfY`N6^FVgFIjdl_Cz<LBdES~&u9Is%Mo7B at 7re7&YnxrO)AHx1Ll z+SxQpQq!jNpNcZOkzEh+Z-lU)Y<|Vb{Mbi}_G-j5AEa^tX73v=lxb&w5BI<Qmi>uq zs791ou(|?hT`mBjPJZR&AAq((t|Me^k^w9-Aja8z%-Ol7W6V;aPC08d^vecWjZEY~ zg7rOEBhoP...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *