search for: backup_exclud

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

Did you mean: backup_exclude
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
...xternal 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 --backup-dir=/mnt/backup/archive \ --archive --ignore-errors \ --exclude-from=/home/thomas/backup_exclude \ /opt/ /mnt/backup/current content of /home/thomas/backup_exclude /opt/apache/ /opt/kde3/ some other versions of the exclude file i've tried: - /opt/apache/ - /opt/kde3/ or - /opt/apache/* - /opt/kde3/* the result is: the whole /opt/ directory is backuped, including apache and kde3 :...
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
...Include { Options { signature = MD5 compression = GZIP } <% backup_include.split(/, */).each do |file| -%> File = <%= file %> <% end -%> # INC = <%= backup_include %> } Exclude { File = /sys File = /proc File = /var/tmp <% backup_exclude.split(/, */).each do |file| -%> File = <%= file %> <% end -%> } } I would like the backup_include to automatically include /var/www if the host is an apache server (for example), and I would like those directories to be defined in the apache class (not the bacula class)...
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: llistxa...
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 su...
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