search for: exclude_fil

Displaying 18 results from an estimated 18 matches for "exclude_fil".

Did you mean: exclude_file
2013 May 27
1
Platform variations with --exclude-from
On Linux, an rsync command and exclude_file contents of: # cat exclude_file /etc/alsa # rsync -a --delete --delete-excluded --exclude-from=exclude_file /etc server::module properly excludes /etc/alsa but not any file within /etc's directories that is named alsa. On Windows I don't seem to be able to reliably emulate this: C:\Scr...
2007 Oct 03
2
excluding directories in rsync
...ssh --exclude="\*\*/remove_dir/\*\*" /local/path/ $user@$host:remote/path 3) rsync --delete --compress --archive --rsh=ssh --exclude="/local/path/**/remove_dir/**" /local/path/ $user@$host:remote/path 4) rsync --delete --compress --archive --rsh=ssh --exclude-from=/path/to/exclude_file /local/path/ $user@ $host:remote/path and the /path/to/exclude_file contains: # don't include these files/dirs - **/remove_dir/** Any thoughts on the proper way to exclude an entire directory and its sub-directories and files when doing an rsync? -- Doug Registered Linux User #285548 (http...
2004 Nov 18
5
Building Packages on Windows using .Rbuildignore (PR#7379)
On Thu, 18 Nov 2004 00:38:47 +0000 (UTC), Gabor Grothendieck <ggrothendieck@myway.com> wrote : >DIFFERENCE BETWEEN USING .RBUILDIGNORE AND NOT > >The reason that the processing is different according to whether one >uses .Rbuildignore or not is that > R CMD build >takes the .Rbuildignore file into account but > R CMD install > R CMD check > R CMD build
2019 Jan 21
0
[PATCH] ia64: Fix shared build
..._HIDDEN (__preinit_array_start = .); + KEEP (*(.preinit_array)) + PROVIDE_HIDDEN (__preinit_array_end = .); + } + .init_array : + { + PROVIDE_HIDDEN (__init_array_start = .); + KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*))) + KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors)) + PROVIDE_HIDDEN (__init_array_end = .); + } + .fini_array : + { + PROVIDE_HIDDEN (__fini_array_start = .); + KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))) + KEEP (*(.fini_array EXCLUDE_FI...
2019 Jan 21
0
[klibc:master] ia64: Fix shared build
..._HIDDEN (__preinit_array_start = .); + KEEP (*(.preinit_array)) + PROVIDE_HIDDEN (__preinit_array_end = .); + } + .init_array : + { + PROVIDE_HIDDEN (__init_array_start = .); + KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*))) + KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors)) + PROVIDE_HIDDEN (__init_array_end = .); + } + .fini_array : + { + PROVIDE_HIDDEN (__fini_array_start = .); + KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))) + KEEP (*(.fini_array EXCLUDE_FI...
2006 May 03
1
Problems with exclude files in rsync 2.6.4
Hi, I've been trying to rsync some folders from my debian pc to a suse server. I created an exclude file called exclude_files.txt where one can read the following: ^/proc/* /prova1/ /var* *.o *.swp ^/dev* When I execute de command: rsync -aulHI --delete --partial --modify-window=2 --log-format=" %t %o %l %f " --stats \ --exclude-from=/home/USER/RSYNC/sinc/sinc_conf/exclude_files.txt \ --temp-dir=/tmp -e &q...
2004 Sep 23
1
rsync script from homepage: trouble
...this contains a wildcard pattern per line of files to # exclude. # Your excludes files tells rsync what NOT to backup. Leave it # unchanged if you want to backup all files in your SOURCES. If # performing a FULL SYSTEM BACKUP, ie. # Your SOURCES is set to "/", you will need to make use of EXCLUDE_FILE. # The file should contain directories and filenames, one per line. # An example of a EXCLUDE_FILE would be:# /proc/ # /tmp/ # /mnt/ # *.SOME_KIND_OF_FILE EXCLUDES=$HOME/cron/excludes # the name of the backup machine BSERVER=user@BACKUPSERVER ssh-add ~/.ssh/root\@SERVER_backup #################...
2019 Jan 18
0
[klibc:master] mips: use -Ttext-segment when linking shared library
....o - is in. */ - KEEP (*crtbegin*.o(.ctors)) - /* We don't want to include the .ctor section from - from the crtend.o file until after the sorted ctors. - The .ctor section from the crtend file contains the - end of ctors marker and it must be last */ - KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors)) - KEEP (*(SORT(.ctors.*))) - KEEP (*(.ctors)) - } - .dtors : - { - KEEP (*crtbegin*.o(.dtors)) - KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors)) - KEEP (*(SORT(.dtors.*))) - KEEP (*(.dtors)) - } - .jcr : { KEEP (*(.jcr)) } - _gp = ALIG...
2002 Mar 05
1
Mirroring a server
I'm trying to use rsync to mirror an entire FreeBSD 4.5 server. This includes the kernel and quite a few other system level files. As one might expect, rsync hangs when it tries to copy the kernel file. Has anyone had success with this kind of setup?
2009 Dec 29
0
rsync 3.0.6 hangs over SSH
...g on select() (I can attach strace files if necessary). This setup used to work, but had not worked for some time. I just now have had the time to investigate. Please let me know what I can try. Thanks. Client command: rsync -e "ssh -i $SSH_KEY -l root" --bwlimit=$BW --include-from=$EXCLUDE_FILE \ --verbose --stats --progress --link-dest=/last_backup/ \ -avz $BACKUP_PATH $USER@$HOST::$MODULE/current Server command: rsync --no-detach --daemon --config=rsyncd.conf rsync.conf on server: log file = rsyncd.log pid file = rsyncd.pid max connections = 1 read only = false uid = root gid = r...
2006 Aug 04
2
Can you explain me this behaviour please?
Hi, I found a behaviour of rsync I cannot explain. 1) rsync -vaS --delete-after --include-from=/etc/rsync.inc --exclude-from=/etc/rsync.ex / server:/ 2) rsync -vaS --relative --delete-after --include-from=/etc/rsync.inc --exclude-from=/etc/rsync.ex / server:/ I sync most of one server to another as a fallback server. I had the relative option first (dont know anymore why), then
2007 Dec 12
1
problems with rsync 2.6.9 and large files (up to 20GB)
...c with a very good results. When I try to backup some large directories (for example > 1.5TB with a lot of large files >20GB) whit this command: rsync -aulHI --delete --partial --modify-window=2 --log-format=" %t %o %l %f " - -stats --exclude-from=/home/jingles/soft/sinc/sinc_conf/exclude_files.txt --temp -dir=/data/tmp --bwlimit=10000 -e "ssh -o ForwardX11=no -i "/root/.ssh/id_rsa" - l root" "/home" server_name:"/data/cerqt2/" it seems that rsync is working and finishing but when appears the message that summarizes the transferred files rsync s...
2014 Nov 19
2
[LLVMdev] [lld] need a way to store the original path for atoms
Hi Nick, I need the original path of the files, from where the atoms were parsed. The path for the atoms are completely useless after the round trip pass. This is needed to support linker scripts with the Gnu flavor. I think there are more uses too like diagnostics (relocation overflows etc) I was planning to add a patch so that the native writer, stores the original path for atoms Another
2009 Oct 14
3
retrieve files without local dir compare
Hi everybody, I have a question about a special way to use rsync. Is it possible to use rsync for retrieving files without a local dir compare? There for rsync needs to know in a catalog or logfile what was already retrieved. Why I need that: We receive meteorological data from a remote server to a local directory (every 5 min). If the data is here, it is imported by a special software, after the
2018 Mar 02
5
[PATCH 0/5] Various MIPS fixes
Hi, I noticed that klibc started crashing on 64-bit MIPS and in my quest to fix the bug I got a bit carried away and fixed a few other things as well. Here are various miscellaneous MIPS patches, although the first patch is the important one. Thanks, James *** BLURB HERE *** James Cowgill (5): mips64: compile with -mno-abicalls mips: use -Ttext-segment when linking shared library
2014 Mar 11
4
[PATCH] add mips64 support
....o + is in. */ + KEEP (*crtbegin*.o(.ctors)) + /* We don't want to include the .ctor section from + from the crtend.o file until after the sorted ctors. + The .ctor section from the crtend file contains the + end of ctors marker and it must be last */ + KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*(.ctors)) + } + .dtors : + { + KEEP (*crtbegin*.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*(.dtors)) + } + .jcr : { KEEP (*(.jcr)) } + _gp = ALIG...
2006 Jun 26
2
[klibc 28/43] mips support for klibc
....o + is in. */ + KEEP (*crtbegin*.o(.ctors)) + /* We don't want to include the .ctor section from + from the crtend.o file until after the sorted ctors. + The .ctor section from the crtend file contains the + end of ctors marker and it must be last */ + KEEP (*(EXCLUDE_FILE (*crtend*.o ) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*(.ctors)) + } + .dtors : + { + KEEP (*crtbegin*.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend*.o ) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*(.dtors)) + } + .jcr : { KEEP (*(.jcr)) } + _gp = ALIG...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: