search for: excludelist

Displaying 20 results from an estimated 67 matches for "excludelist".

2017 May 01
1
rsync with delete option creates and deletes dot files
...up to a directory on the client. I have rsync version 3.1.2 on the client and 2.6.8 on the source host (daemon). The rysnc command I use is; /usr/bin/rsync -aHzS --partial --numeric-ids --delete --timeout=3600 \ --contimeout=180 \ --exclude-from=/path/to/excludelist \ --log-file=/path/to/logfile \ <sourcehostname>::host_backup /path/to/dest_dir The rsync log on the client shows the following; <quote> 2017/05/01 04:19:41 [90534] receiving file list 2017/05/01 04:20:03 [90534] *deleting bin/.zcat.19441 2017/05/01 04:2...
2001 Dec 17
1
Is it possible to copy only files not existing in the destination?
Hi all rsync gurus Is it possible to copy only files that do not exist in the destination but NOT to update existing files even if their date is older than source files' date. The background of the question is that we have an environment (Lotus Domino) that makes it difficult to create new files but after they are created they are easy to keep in sync. J
2012 Feb 06
2
[PATCH] build: Choose a virtual directory for the daemon which is not a symlink.
...figure.ac | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 99896be..fcf6422 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -67,10 +67,11 @@ stamp-supermin: make.sh packagelist excludelist supermin.d/daemon.img: ../daemon/guestfsd mkdir -p supermin.d rm -f $@ $@-t - mkdir sbin - cd sbin && ln ../../daemon/guestfsd - echo -e "sbin\nsbin/guestfsd" | cpio --quiet -o -H newc > $@-t - rm -r sbin + rm -rf tmp + mkdir -p tmp/$(DAEMON_SUPERMIN_DIR) + cd tmp/$(DAEMON...
2012 Jan 24
1
[PATCH] Enable running the daemon under valgrind.
...= -D$(DISTRO)=1 +if VALGRIND_DAEMON +PACKAGELIST_CPP_FLAGS += -DVALGRIND_DAEMON=1 +endif + packagelist: packagelist.in - cpp -undef -D$(DISTRO)=1 < $< | \ + cpp -undef $(PACKAGELIST_CPP_FLAGS) < $< | \ grep -v '^[[:space:]]*$$' | grep -v '^#' > $@-t mv $@-t $@ excludelist: excludelist.in - cpp -undef -D$(DISTRO)=1 < $< | \ + cpp -undef $(PACKAGELIST_CPP_FLAGS) < $< | \ grep -v '^[[:space:]]*$$' | grep -v '^#' > $@-t mv $@-t $@ diff --git a/appliance/init b/appliance/init index 0f32a55..4ec3214 100755 --- a/appliance/init +++ b/ap...
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
2013 Apr 24
12
[PATCH 00/12] Various patches for fixing separated builds.
This just fixes 'make'. 'make check' is still broken. Further patches for that to follow tomorrow. Rich.
2016 Apr 27
1
Use virt-* tools from within container?
...there a way around this? Or is the answer, "Don't do that in a container"? Thanks! -Ken P.S. /usr/lib/guestfs -- the only part of the error I can easily look into -- has more stuff in it than the system that does process virt-* commands properly. Here's what's there: excludelist make.sh packagelist supermin.d
2008 May 16
1
3.0.2: make_bak_dir mkdir ...: File exists (17)
...t had worked flawlessly for years under rsync 2.6.x: BKPDIR=server-before-`date +%w` cd /backup rm -rf $BKPDIR mkdir -m 700 $BKPDIR cd /backup/server rsync -avHx --numeric-ids --delete --delete-excluded \ --backup --backup-dir=../$BKPDIR \ --exclude-from=/root/bin/backupserver.excludelist \ root@server:/ . Prior to the script being run, these files had been deleted from the sender side: /var/lib/rpcbind/portmap.file /var/lib/rpcbind/rpcbind.file along with the /var/lib/rpcbind directory. Following the rsync run, the receiver side has: /backup/server/var/lib/rpcbin...
2010 Dec 19
1
[ANNOUNCE] libguestfs 1.8.0 - tools for accessing and modifying VM disk images
...or each language binding (thanks Maxim Koltsov). - Old ocaml-viewer program removed (use guestfs-browser instead). - New C API test type 'InitScratchFS' makes the tests run a little more quickly. - Excluded packages in the appliance are now listed in a separate file appliance/excludelist.in, and can be customized per-distro. Bugs fixed - 663407 readlink and readlinklist returns /sysroot/ in some paths - 661280 virt-rescue: panic when shutting down: "/sbin/reboot: No such file or directory" - 657499 checksum: wrong check sum type causes umount to fail - 655554 Whole...
2012 Jan 24
14
[PATCH 00/14] Run the daemon under valgrind and fix resultant errors.
This patch series lets you run the daemon under valgrind. Many errors were found and fixed. With the complete series applied, valgrind doesn't show any errors.
2012 Jan 20
8
Various fixes from building libguestfs for Debian
Here are some of the patches that I have maintained in the patch queue of my packages that I maintain within the Debian distribution (http://packages.qa.debian.org/libg/libguestfs.html). All of them address FTBFS (fail to build from source) errors that happened with the particular configuration that is used for building the Debian package. Cheers, -Hilko
2007 Apr 13
0
Wine release 0.9.35
...utf-16 encoded pages. mshtml: Added IPersistFile::Save implementation. mshtml: Added IDM_COMPOSESETTINGS and IDM_HTMLEDITMODE stub implementation. James Hawkins (1): msi: Reset the is_extracted flag when every cabinet is loaded. Jason Edmeades (20): xcopy: Add support for /EXCLUDELIST:file1+file2 etc. xcopy: Add support for /D and /D:m-d-y. xcopy: Rearrange code to closely match windows ordering. xcopy: Move all messages into an English resource file. xcopy: Update comments with unsupported operations and current status. xcopy: Add help. xcopy...
2011 Mar 04
1
builder-debian libguestfs FAILED build step eda9826d25336bcf661700270c580d4d62128750
...-use.h warn-on-use.h-t rm -f *.lo make[2]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' make[1]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' Making clean in appliance make[1]: Entering directory `/home/rjones/d/libguestfs/appliance' test -z "packagelist excludelist" || rm -f packagelist excludelist rm -rf .libs _libs rm -rf supermin.d rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/appliance' Making clean in daemon make[1]: Entering directory `/home/rjones/d/libguestfs/daemon' Making clean in tests make[2]: Entering directory `/h...
2011 Feb 15
4
builder-debian libguestfs FAILED build step f455dc3814bf9f7e7e894ba81360acb0edd92464
...-use.h warn-on-use.h-t rm -f *.lo make[2]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' make[1]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' Making clean in appliance make[1]: Entering directory `/home/rjones/d/libguestfs/appliance' test -z "packagelist excludelist" || rm -f packagelist excludelist rm -rf .libs _libs rm -rf supermin.d rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/appliance' Making clean in daemon make[1]: Entering directory `/home/rjones/d/libguestfs/daemon' Making clean in tests make[2]: Entering directory `/h...
2011 Jan 28
0
builder-debian libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...-use.h warn-on-use.h-t rm -f *.lo make[2]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' make[1]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' Making clean in appliance make[1]: Entering directory `/home/rjones/d/libguestfs/appliance' test -z "packagelist excludelist" || rm -f packagelist excludelist rm -rf .libs _libs rm -rf supermin.d rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/appliance' Making clean in daemon make[1]: Entering directory `/home/rjones/d/libguestfs/daemon' Making clean in tests make[2]: Entering directory `/h...
2011 Mar 15
0
builder-debian libguestfs FAILED build step d1f1f74e5f45fa5b94ebb096fa65fa33ecc23d09
...-use.h warn-on-use.h-t rm -f *.lo make[2]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' make[1]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' Making clean in appliance make[1]: Entering directory `/home/rjones/d/libguestfs/appliance' test -z "packagelist excludelist" || rm -f packagelist excludelist rm -rf .libs _libs rm -rf supermin.d rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/appliance' Making clean in daemon make[1]: Entering directory `/home/rjones/d/libguestfs/daemon' Making clean in tests make[2]: Entering directory `/h...
2011 Mar 22
1
builder-debian libguestfs FAILED build step 0daf7e81a659bcdc1ce327151cc1207b124a35a1
...-use.h warn-on-use.h-t rm -f *.lo make[2]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' make[1]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' Making clean in appliance make[1]: Entering directory `/home/rjones/d/libguestfs/appliance' test -z "packagelist excludelist" || rm -f packagelist excludelist rm -rf .libs _libs rm -rf supermin.d rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/appliance' Making clean in daemon make[1]: Entering directory `/home/rjones/d/libguestfs/daemon' Making clean in tests make[2]: Entering directory `/h...
2011 Mar 29
1
builder-debian libguestfs FAILED build step 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...-use.h warn-on-use.h-t rm -f *.lo make[2]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' make[1]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' Making clean in appliance make[1]: Entering directory `/home/rjones/d/libguestfs/appliance' test -z "packagelist excludelist" || rm -f packagelist excludelist rm -rf .libs _libs rm -rf supermin.d rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/appliance' Making clean in daemon make[1]: Entering directory `/home/rjones/d/libguestfs/daemon' Making clean in tests make[2]: Entering directory `/h...
2011 Apr 01
0
builder-debian libguestfs FAILED build step 05dbe09a5c5be3d5f68dc6eb033c4f642fbac8bf
...-use.h warn-on-use.h-t rm -f *.lo make[2]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' make[1]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' Making clean in appliance make[1]: Entering directory `/home/rjones/d/libguestfs/appliance' test -z "packagelist excludelist" || rm -f packagelist excludelist rm -rf .libs _libs rm -rf supermin.d rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/appliance' Making clean in daemon make[1]: Entering directory `/home/rjones/d/libguestfs/daemon' Making clean in tests make[2]: Entering directory `/h...
2011 Mar 25
1
builder-debian libguestfs FAILED build step a0e3b2183733c7440ad017c4ffe361935672339b
...-use.h warn-on-use.h-t rm -f *.lo make[2]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' make[1]: Leaving directory `/home/rjones/d/libguestfs/gnulib/tests' Making clean in appliance make[1]: Entering directory `/home/rjones/d/libguestfs/appliance' test -z "packagelist excludelist" || rm -f packagelist excludelist rm -rf .libs _libs rm -rf supermin.d rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/appliance' Making clean in daemon make[1]: Entering directory `/home/rjones/d/libguestfs/daemon' Making clean in tests make[2]: Entering directory `/h...