similar to: Compression and Excludes not working

Displaying 20 results from an estimated 70 matches similar to: "Compression and Excludes not working"

2007 Jun 16
1
Rsync Error 23 at main.c:1385
Hello, It would appear there is a problem with Rsync. I get the following error when trying to rsync with my website: Some files could not be transferred, rsync error 23 at main.c:1385. It would seem this is not an isolated problem: http://www.google.co.uk/search?hl=en&q=rsync+error+code+23+at+%22main.c%3A13 85%22&meta=lr%3Dlang_da%7Clang_nl%7Clang_en%7Clang_fi%7Clang_fr%7Clang_de%7C
2006 Feb 28
1
Crazy excludes
I'm stuck!!! Look this command line log: -bash-2.05b# pwd /usr/backups -bash-2.05b# ls .backup.gaia.sh.swp backup.gaia.sh ------------------------------------------------------ #NEXT COMMAND IS ENTERED BY HAND IN THE SHELL ------------------------------------------------------- -bash-2.05b# rsync -a -v --delete --timeout 120 --exclude='/msurdi/*' localhost:/home/
2013 May 30
1
Support for CACHEDIR.TAG excludes?
Hi there, there's an old proposal to exclude a directory and its subdirectories from being backed up and the like, by placing a file name CACHEDIR.TAG into it with a certain content, see [*] for details. rsync lacks support for that and I was wondering why. Unless there are strong reasons against it, I'd like to add it. After a quick glance into the sources it seems this should be
2016 Jun 23
1
./configure excludes USB drivers and documentation
Sorry for such a noob question, but I'm having a problem with 2.7.4 ./configure . I down loaded the 2.7.4 tarball, unzipped. read the INSTALL and typed ./configure . The output of ./configure shows "build serial drivers: yes" and build everything else is "no". Looking at config.log, I see configure:8104: checking for libusb version via pkg-config configure:8111:
2017 Mar 20
2
[PATCH] daemon: selinux: Add setfiles -m option to suppress extra excludes (RHBZ#1433577).
--- daemon/selinux-relabel.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/daemon/selinux-relabel.c b/daemon/selinux-relabel.c index 112bee1..2f48ee6 100644 --- a/daemon/selinux-relabel.c +++ b/daemon/selinux-relabel.c @@ -27,6 +27,8 @@ #include "actions.h" #include "optgroups.h" +#include "ignore-value.h" +
2017 Mar 21
0
Re: [PATCH] daemon: selinux: Add setfiles -m option to suppress extra excludes (RHBZ#1433577).
On Monday, 20 March 2017 19:14:46 CET Richard W.M. Jones wrote: > --- Such behaviour changes :-( LGTM, unless the default behaviour of setfiles changes soon... Thanks, -- Pino Toscano
2018 Apr 11
0
yum excludes
dear all Every yum command returns "nvidia excluding" lines, and those items are invisible for installation, see lower. I have no idea where those excludes are defined. Also, the flag "--disableexcludes=all" does not remove the excludes. any ideas? thanks mathy ------------------------------------------------------ [root at gbw-d-l0070 ~]# yum update Loaded plugins:
2018 Aug 14
0
sdbox filesystem backup potential excludes
On 13.08.2018 19:51, Daniel Miller wrote: > 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. >
2018 Aug 15
0
sdbox filesystem backup potential excludes
On 14.08.2018 21:23, Daniel Miller wrote: > On 8/14/2018 12:55 AM, Aki Tuomi wrote: >> >> On 13.08.2018 19:51, Daniel Miller wrote: >>> 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?
2014 Aug 21
0
Smbclient With Tarmode and Excludes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I just noticed a strange behavious of my smbclient which came up on debugging BackupPC. I have set up a AD Domain with an windows Server as DC. In this domain I have a laptop running which I try to backup. On the laptop I created a share called "C" and assigned access permissions for the user called "backuppc". I want
2005 Nov 05
1
iinclude/excludes and symbolic links
I'm trying to rsync a directory structure and it's contents to another machine. I want to make sure that the entire toplevel part of the directory structure is created at the remote site, since it may not exist. top: A/ B/ C/ under B/: 1/ 2/ 3/ under 2/: x/ y/ z/ all of this is located in /top/level/dir on the source system. I want to send "B/1/y" and it's contents to
2010 Jun 10
1
Complex include/excludes with rsync?
I'm trying to use rsync filters to achieve the following result: Include / Exclude /home Include /home/user1 I've been doing a lot of experimentation and at this point I'm just staring at the man page. Rsync filters seem to be complicated, and a result of that I hope they are also powerful. How does one achieve this common pattern with rsync?
2011 Oct 18
1
multiple sources and excludes
I have two folders that I need to merge onto a remote host. The sources contain conflicting files, and I'm trying to rsolve these conflicts using per-directory filter rules. However, it seems as if these rule files are merged together into one, instead of being treated separately for each directory. Is this the way it's supposed to work? For example, I have: Source A: foo1.zip foo2.zip
2012 Feb 26
1
Problem with excludes and includes
Hi Folks, I can't get the syntax of --include-from right, nothing at all gets transferred. The rsync command: # do the backup nice -n 15 rsync -av \ --include-from="/home/bob/backup_includes" \ --exclude-from="/home/bob/backup_excludes" \ $fromdir $todir The excludes file: .* *~ Videos/ Downloads/ Dropbox/ The includes file: .vimrc .gitconfig .bash_aliases .bashrc
2019 Aug 07
0
Advanced rsync includes and excludes
I believe you can shorten that to: + /some/very/ + /some/very/deep/ + /some/very/deep/path/ + /some/very/deep/path/to/ + /some/very/deep/path/to/save/*** - /some/* You could also exclude /some and then use /some/very/deep/path/to/save as an additional source. I don't know if rsnapshot can handle multiple sources in 1 rsync but rsync itself can. On 8/7/19 9:54 AM, Hans-Peter Jansen via
2006 Jul 10
1
Add .git to SCM excludes for build and INSTALL scripts
Git is a source code management system like CVS, svn, arch, and others. It would be nice to add exclude support to R CMD build and INSTALL so that the .git subdir of an R package is handled appropriately. Here is a possible patch: diff --git a/src/scripts/INSTALL.in b/src/scripts/INSTALL.in index 75da9db..09e5ab5 100644 --- a/src/scripts/INSTALL.in +++ b/src/scripts/INSTALL.in @@ -863,7
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
2004 Feb 04
2
excludes
Hi i tried to use rsync to backup my remote server.I want to exclude folder like /var /proc ... .I use --exlude-from=/etc/rsync/excludes the file looks like this: - */var/* - */proc/* etc. My problem is that i run vservers on this machine and i don't want that the folder like /proc in this vservers are backuped how can i exclude all paths wich contain such foldernames? Please help me
2017 Feb 14
0
[PATCH 06/10] copy-out: new 'excludes' optional argument
Add a new 'excludes' optional argument to copy-out, passing it straight to tar-out: this way it is possible to exclude files when extracting a directory from the guest. --- generator/actions.ml | 16 ++++++++++++++-- gobject/Makefile.inc | 2 ++ lib/copy-in-out.c | 13 ++++++++++--- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/generator/actions.ml
2004 Apr 27
0
Merging excludes using ". FILE"
As I alluded to in an earlier email on the subject of excludes, I had the idea of allowing a merge idiom (think "#include" in C) inside rsync's current exclude/include system. The idea is simple -- use the prefix ". " (dot space) in front of a filename, and that file will be incorporated into the contents of the current exclude/include rule(s). As a further feature, if the