similar to: excluding based on filesystem?

Displaying 20 results from an estimated 10000 matches similar to: "excluding based on filesystem?"

2005 Feb 23
2
What's wrong with my exclude rules?
So, given this (broken up for email - it's all one line in the script): /usr/bin/rsync -q -a -e ssh -H --delete --delete-excluded --ignore-errors --include "/" --exclude "/proc/*" --exclude "/proc/bus/usb/*" --include "/boot/*" --exclude "/dev/pts/*" --exclude "/dev/shm/*" --exclude '/tmp/*' --exclude
2016 Jan 07
2
Asterisk 11 and old Thomson 2030S Hardphone => SIP Register/Auth Problem against V11
Am 07.01.2016 um 10:55 schrieb Frank: > On Wed, 2016-01-06 at 17:03 +0100, Juergen Sauer wrote: Thx, 4answer. :) >> with in my sip.conf, I have got for this hardphone: >> [...] >> [hard1] >> username=hard1 >> secret=correct-and-three-times-checked-4-digit-pin > > In most cases, there is no need to set the "username=" option. The
2019 Dec 29
2
Excluding a . directory in a subdirectory
I am having problems getting a . directory in a subdirectory to be excluded when rsyncing. I am using rsync 3.1.2 on CentOS 7 and the command line is: #??? all files from ~/bin/ and I use want to exclude the directory ~/bin/docker/.git rsync -vHrltDium -c --chmod=Du+rwx,go-rwx,Fu+rw,go-rw --no-perms --stats --include='*' --include='*/' --exclude=".git/" -e "ssh -y
2016 Jan 06
2
Asterisk 11 and old Thomson 2030S Hardphone => SIP Register/Auth Problem against V11
Hi! I wish you all e Happy New Year first! Allthough, I'm relative new to Asterisk, I got our server up and Running, Softphones, ISDN, and a brand new Snom 821 are working flawlessly. :) Platform is Debian 8/Asterisk Packages (11) from Debian Repo. But I am running into problems setting up 2 older Hardphones, Thomson 2030S. :( with in my sip.conf, I have got for this hardphone: [...]
2004 May 10
1
better to exclude at daemon/server or client
Quick question, Is there a difference if an --exclude-from (or just plain --exclude) is specified on the daemon or the client? I'm setting up daemons on each of my remote servers, and have a host with a RAID connected to it be the client to pull the data over the network. I'm wondering if there is a difference in memory usage, speed, etc. by specifying the excluded files on one side or
2005 Feb 24
2
trying to backup entire server using rsync
I am try to backup entire server using rsync. Can someone help me with a script. The only thing i don't want include are /prc, /tmp and /lost+found I have root access on both servers i create an account on backup server called backup.
2002 Aug 12
3
--include option
HI, I'm trying to have files to be included during rsync. I have the filesystem /stor/circuit_design/, with the following subdirectories as its contents: clock_speed fub_layout test_simulations pattern_flow I would only like to rsync the following 2 subdirectories to the destination machine: clock_speed fub_layout and they're contained in the file called files_included: # cat
2010 May 26
4
DO NOT REPLY [Bug 7456] New: exclude directory based on presence of a file
https://bugzilla.samba.org/show_bug.cgi?id=7456 Summary: exclude directory based on presence of a file Product: rsync Version: 3.0.7 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: IT at mcgeecorp.com
2001 Nov 01
2
Excludes in /etc/rsyncd.conf
Thought that you are able to add a simple - + with paths or file names at the bottom of a file and run an rsync and those are then recognized inclusions or exclusions from the synchronization -- Jason G Helfman Network Administrator BizRate.com 310.754.1264 desk
2003 May 01
4
--exclude-from works but "exclude from" in rsyncd.conf doesn't ?
I'm setting rsync up for the first time and would prefer to have the exclude file defined in the conf file, but the exclusions aren't honoured when I define the parameter in rsyncd.conf - although they are when I specify the file in an argument. The server is the remote system and both rsyncd.conf and the exclude file are the same on both local and remote systems. I'm attaching the
2005 Jun 15
2
How to prevent deletion of files on the client side?
I've a problem understanding the --delete option (well, I think I understand why it works that way but I miss how to make it work the way I want). I want to use rsync to "mirror" two live Apache servers (I've tried to simplify my problem to a small example, but it's part of a bigger project). Regularly, the apache directory tree is rsynced from a master server to its slave
2003 Nov 25
3
Need help with exclude
Hi all, I am having *massive* problems trying to exclude a single directory from an rsync. I have serv1 and serv2. I am trying to rsync /foo/test from serv1 to /foo on serv2 I want to exclude the directory /foo/test/dir1 So I try: rsync -av --exclude-from=/foo/rsync.excludes /foo/test serv2:/foo rsync.excludes contains: /foo/test/dir1/ This is not working. I also try: rsync -av
2005 Jul 13
1
syncing from the "file-list" option
Hello, all. I'm a begineer for rsync and please help me. I would like to sync data between two ftp sevrer. If one change/add/delete data usingf ftp, other ftp server should sync from the main ftp servert. In my thought, full data directory syncing is too slow, so if the client uses " --files-from" option, sync speed more fast than full data directory syncing. file list is
2007 Sep 30
1
R CMD build not excluding .svn
Hi, In my package RGtk2, there's a directory called 'src/RGtk2' that contains, like all the other directories in the package, a '.svn' directory. It seems that R CMD build is somehow missing that one '.svn' in 'src/RGtk2', even though it excludes all the other instances of '.svn'. I've tried putting 'src/RGtk2/.svn' into the .Rbuildignore,
2018 Aug 13
2
sdbox filesystem backup potential excludes
When doing a filesystem backup of an moderate sdbox mailstore (300GB) - are there any files that can be safely excluded from the backup?? Like *.log or *.backup?? Or are they all "vital" for recovery? I'm already excluding the sdbox/virtual folders as it looks like they get created and updated as needed. -- Daniel
2003 Aug 07
2
--delete-excluded by default?
rsync is deleting all the files that match my exclude strings, but I don't want this to happen and I am not using the --delete-excluded option. Is this a known problem/feature? The files it is deleting DO still exist on the sending server. Here is the command I'm using: rsync -avzul --delete blue1-eth1::mod1 /home/.sites and it is version 2.5.5-C1 Thanks, -e.l.
2010 Aug 06
3
yum-fastestmirror inconsistent exclude behavior
Hi guys, I'm trying to figure out something wherein excluded repositories for the yum-fastestmirror plugin are still being used by the system. To illustrate: [root at sales ~]# cat /etc/yum/pluginconf.d/fastestmirror.conf [main] enabled=1 verbose=0 socket_timeout=3 hostfilepath=/var/cache/yum/timedhosts.txt maxhostfileage=10 maxthreads=15 #exclude=.gov, facebook exclude=maulvi, .gov.ph, .vn
2007 Nov 15
1
Problem with --exclude command
Hi everybody, i want to exclude a set of directories of a rsync synchronization but i have a problem : ------------------------------------------- serv-dev:~/scripts_Admin# RSYNC_PASSWORD=xxxx /usr/bin/rsync -vv --checksum --recursive --links --exclude .svn/ --exclude test/ /var/www/ssl/ rsuser@192.168.130.1::ssl/ opening tcp connection to 192.168.130.1 port 873 opening connection using --server
2006 Sep 28
15
Inserting rows into linking table
Hi, I have two objects: Contacts Lists I want to be able to add multiple contacts to multiple lists. I''ve created a linking table and a form that allows me to select the contacts using checkboxes, but I''m having some problems with the controller and model. I receive the following error message when I submit the form: Mysql::Error: Cannot add or update a child row: a
2010 Apr 24
2
include/exclude Problem
Hi there I have a little problem to get my include / exclude working: I want to sync /etc /home and /usr/local (and all files/dirs beneath) to REMOTEHOST:/dest There are some huge files in /home which I want to exclued I have set up an include/exclude file but I still get too much files. Also the excluded file is synced /usr/bin/rsync -av --exclude-from=excl --delete --numeric-ids --relative