search for: backup_excludes

Displaying 8 results from an estimated 8 matches for "backup_excludes".

2010 Aug 31
3
compare a directory with itself -- differences found
well, when I tell rsync to compare my home directory with itself, it reports many differences. I'm using rsync version 3.0.7 protocol version 30. I was hoping to use it to verify my backup.
2005 Jun 09
1
Excluding a complete subdirectory
hi, i'm trying to use rsync to backup some directories of my box. i.e. i will backup the whole subtree /opt/ except /opt/apache/ and except /opt/kde3. the rest in /opt/ should be copied to my external usb harddisk. but i can't find a way to do this, because apache and kde3 are always included in the backup. here is the rsync-call: rsync --backup --one-file-system \ --delete
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 Videos/Music/Playlist/ Videos/Music/Originals/ Downloads/Iso/ I've spent hours on the man page getting nowhere. Thanks Bob -------------- next part -------...
2011 Sep 22
8
Export variables into other classes
Hi all I have been pondering this for a while, but not yet seen a clean way to do it I have a few puppet classes (apache/ntp/mysql/bacula/nagios/etc) I would like to generate part of my bacula and nagios configs for each host based on which other classes that host belongs to (or to put it another way, I would like to export variables from classes which would be used by my bacula and nagios
2006 Feb 24
1
How to use multiple link-dest directories?
...in some weird way) we are faced with the following apparently trivial problem: How the fsck do I specify to rsync what I want the two directories to be? Attempt one was the simple-minded $RSYNC_LOCAL -axHEz --delete --delete-excluded --delete-after \ --exclude-from=/Users/handleym/bin/backup_excludes.txt \ --ea-checksum \ --link-dest=$BASE_SRC/1/ $DST_DIR/1/ \ --rsync-path=$RSYNC_REMOTE \ --stats \ $SRC_DIR $DST_DIR/0/ \ 2>&1 >> $LOG_FILE This fails to parse. rsync apparently treats "--link-dest=$...
2009 Jan 28
0
rsync 3.0.4, Mac OS X 10.5 and NFS: ._ files not copied?
...s, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, ACLs, xattrs, iconv, symtimes, file-flags Invocation: sudo $RSYNC -aNHAXx --protect-args --crtimes --fileflags --force- change --rsync-path="$RSYNC" \ --exclude-from backup_excludes.txt $* $SOURCE $DESTINATION Source: Iomega NAS sharing via NFS Destination: USB drive with HFS filesystem, directly attached When I try to run rsync on the iMac, with the NFS mount as the source and the USB mount as the destination I get errors of this form: rsync: get_xattr_names: llistxatt...
2006 Oct 11
2
DO NOT REPLY [Bug 4162] New: Wanted: a mechanism to prevent rsync network compression of compressed files
...ssion and bail out if it is less than some lower limit, maybe 1.2 or so. Maybe run compression till about 8KiB into the file, see how things are going and coontinue compressed or switch to uncompressed. AND/OR * We could simply allow for a user-supplied list of files, (presumably the same syntax as backup_excludes) that we would not bother to try to compress. This may not be as robust a strategy as the first scheme, but it is much easier to program, and should be good enough for most purposes. I'd recommend in addition that rsync ship with a starter template for this file that includes all the usual susp...
2010 Feb 12
9
DO NOT REPLY [Bug 7129] New: rsync 3.0.7 - unlink failed (21) - unable to delete directory
https://bugzilla.samba.org/show_bug.cgi?id=7129 Summary: rsync 3.0.7 - unlink failed (21) - unable to delete directory Product: rsync Version: 3.0.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org