similar to: How to rsync selective subdirectories

Displaying 20 results from an estimated 200 matches similar to: "How to rsync selective subdirectories"

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
2010 Jan 20
2
Question about many-to-one merge
I have spent a whole afternoon searching for the solution, but got nothing so far. It should be a simple problem. I have two datasets to merge. The first one just contains two ID columns and it looks like: FromID ToID 1 2 1 3 2 1 2 3 3 1 3 2 The second one contains a ID column and a variable: ID X 1 100 2 150 3
2008 May 16
2
Existing files don't show up in share, new files do
I am suddenly no longer able to see any existing files on one of my shares, from my Windows clients. I have a Linux server (Fedora Core 8) which used to be my firewall and router as well as file and print server. There are two Samba shares on it I have mounted on various Windows clients: my home directory and a multimedia directory with my music and videos, etc. I mount the former as H: on all my
2013 Mar 12
3
Can't cross-compile from git now.
JonY wrote: > What is your link test checking and how does it fail? My m4 macro is really simple, TRY_LINK a simple program with the stack protect CFLAGS: AC_DEFUN([XIPH_GCC_STACK_PROTECTOR], [AC_LANG_ASSERT(C) AC_MSG_CHECKING([if $CC supports stack smash protection]) xiph_stack_check_old_cflags="$CFLAGS" SSP_FLAGS="-fstack-protector --param ssp-buffer-size=4"
2006 Mar 15
10
Scaffold with Foreign Key
I have two tables: ------------------------------ drop table if exists users; create table users ( id int not null auto_increment, username varchar(100) not null, password varchar(20) not null, firstname varchar(20) not null, lastname varchar(20) not null, primary key (id) ) TYPE = InnoDB; ------------------------------ drop table
2011 Jul 20
0
Is it possible to save raster data as a bitmap?
Hi all, I intend to use R for some image manipulations/analysis. It's relatively straightforward to read and manipulate image files in R, but I also would like to store the resulting image (after manipulation) as a bitmap image with the same resolution as the original image. Here is a simplified version of what I'm working on: # Start example require("RImageJ") # first open
2013 Mar 12
2
Can't cross-compile from git now.
Erik de Castro Lopo wrote: > JonY wrote: > > > Please do a link time test instead, I am not getting this error and > > would like to keep stack protector on. > > I'll write an m4 macro. I have attampted to write a macro that reliably detects the availability of stack smash protection. I currently have two configurations where my detection says that SSP is available
2013 Mar 12
3
Can't cross-compile from git now.
On 3/13/2013 03:50, Dave Yeo wrote: > On 03/12/13 12:39 pm, Erik de Castro Lopo wrote: >> For the Linux -> Windows cross compile for instance, this detects >> SSP as working, but when I compile it fails with: >> >> CC stream_encoder_framing.lo >> CC window.lo >> CCLD libFLAC.la >> Creating library file:
2003 Dec 29
2
samba 3.0 - ldap - pdc
hi all, i am actually trying to get samba 3.01 (on SLES 8.0) working as PDC with the ldap backend. I have already configured nsswitch to also use ldap for groups and passwords (the root user is still in the /etc/passwd file - i can't imagine that putting the root user into openldap is a really good idea). There is one sentence in the howto
2010 Aug 13
1
Squid and first-level subdirectories & second-level subdirectories on ext3/4
Squid, a proxy, is by its nature, storing large amounts of relatively small files in it's cache. As config optins it's offering: # 'Level-1' is the number of first-level subdirectories which # will be created under the 'Directory'. The default is 16. # # 'Level-2' is the number of second-level subdirectories which # will be created under
2006 Mar 18
0
Selective Tests w/ in-memory db
I''m using an sqlite in-memory database model to take advantage of AR goodness. However, disabling prepare_database in tests only for the ones that have the in-memory databases proves problematic. Anyone have experience doing this? -- View this message in context: http://www.nabble.com/Selective-Tests-w-in-memory-db-t1303619.html#a3473389 Sent from the RubyOnRails Users forum at
2004 Apr 24
1
Selective Masquerading
HI guys: I have a DSL @ 1mb, and another one @ 256kbps I''ve been reading countless hours regarding the split access / load balancing issue, but for some strange reason, things don''t work the way they should. Sometimes the split access works, other times a DSL begins an ARP flood pointing all the ARP replies to the other DSL, and sometimes they just wont work at all. While
2007 Feb 09
1
selective logging
>From the wiki: log_path = Use this logfile instead of syslog(). /dev/stderr can be used if you want to use stderr for logging (ONLY /dev/stderr - otherwise it is closed). (I dont understand the above references to the use of stderr) info_log_path = For informational messages, use this logfile instead of the default (What exactly is an informational message, and what is the
2008 May 23
0
[PATCH] VT-d: flush iotlb of selective iommu when a domain''s VT-d table is changed
When a domain''s VT-d table is changed, only the iommus under which the domain has assigned devices need to be flushed. Signed-off-by: Yang, Xiaowei <xiaowei.yang@intel.com> Thanks, Xiaowei _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Mar 02
2
selective POP3 user
I want to know if it is possible to limit some users to use POP3 service only in a server running BOTH IMAP and POP3 service. In other words, some users can choose IMAP or POP3 and some users can only use POP3. Barry
2009 Nov 10
2
selective disable_plaintext_auth
Hi, I've been using dovecot for some time now, always with the setting: disable_plaintext_auth = yes so that no user can accidentally expose their username/password in the open. However, I'm now trying to configure a webmail client in a nearby server which doesn't support TLS or SSL IMAP connections :-( Is there any way to allow plaintext_auth only for a small set of IP
2005 Jan 11
0
selective utmp logging
i have a maintenance smb account (not guest) logon every hour to check and report various things. this causes a log in utmp for every machine i have, my utmp is getting rather large soley on the maintenance logons. what i would like to do, is deny logging of an smb connection if the username is equal to the maintenance user. my first thought was smbd/session.c but im not sure on the struct or
2003 Jun 15
2
selective dirs only
Hi All, Just to get the jist of things, trying to sort 5 diff rsyncs into the same process:) if I want to copy only say 2 dirs and everything under them when use include exclude, I have to define the dir first then the dir/all ? like : rsync -azr host::/top_dir --include "pub/" --include "pub/*" --include "ftp1/" --include "ftp1/*" --exclude
2014 Jan 07
1
Selective --delete
I have two servers which I will refer to as a LIVE and DEV servers. On the LIVE server, I have a script that executes the following rsync command: rsync --links --verbose --progress --archive \ --exclude="=imagebase=" --exclude="events" \ --delete \ rsync://rsyncuser at DEV.domain.com/path/on/DEV /path/on/LIVE/ My issue is with the --delete part. While I want the
2013 Oct 20
1
Question about selective importing of package functions...
I'm working on an update for my CRAN package "spatial.tools" and I noticed a new warning when running R CMD CHECK --as-cran: * checking CRAN incoming feasibility ... NOTE Maintainer: 'Jonathan Asher Greenberg <spatial-tools@estarcion.net>' Depends: includes the non-default packages: 'sp' 'raster' 'rgdal' 'mmap' 'abind'