similar to: rsync excluded file syntax errors

Displaying 20 results from an estimated 100 matches similar to: "rsync excluded file syntax errors"

2010 Jul 27
3
Getting rsync to store timing information in its logs
Is there a way to know from the rsync logs how long it took to do a backup? The only timing info,. I see is this at the end: sent 3067328 bytes received 7853035429 bytes 1187888.83 bytes/sec total size is 1559866450336 speedup is 198.55 Can I use it to figure out how long the operation took? Does the above mean it took 2.5 secs of send time and 1.8 hours of recieve time so (roughly) the
2010 Jul 30
2
rsync mirror solution: how to prevent accidental mirror deletion
I had a recent disaster scenario with rsync. I was wondering if there were any suggestions to guard against in the future: I used to maintain "mirror" backups of the /home dir on our production_server using rsync to a backup_server. The primary server had a rsyncd daemon running and the backup_server had this line in the crontab: 10 01 * * * rsync -av --delete root at
2009 Sep 29
2
rsync exclude files based on filesize
Is there a way to set rsync excludes by filesize? I already do excludes by a wild card on the name but I needed something a bit more sophisticated this time around. I have files with the extension .nc (netcdf files) which tend to be huge before the users post-process them. I want all files with a .nc extension excluded if they are, say, 100+ MB in size. Is there a way to do this via rsync?
2009 Jun 20
2
which server to make client and which the server for rsync.
I am using rsync to keep a mirror of my 800GB /home (server1). The backup machine is a separate server (servr2). Currently I am running rsync daemon on server2 and invoking rsync daily via cron on server2. Are there design / performance considerations that influence which machine is made the server and which the client? Also, Is the rsync daemon the preferred way to o this backup? I can also
2009 Jun 04
1
rsync --daemon. Can I open more than one instances?
Is there a way to speed up rsync by opening more than one daemon in parallel. I use rsync --daemon to start rsync. I was wondering if opening more than one instance is recommended or feasible? I know that for services like nfs for example I have had opening many instances improve performance. I have 4 cores available so if there are any other parallization modes I'd be glad to know since I
2011 Sep 12
2
Ignoring /boot
Hi, I have the following script that I'm writing to backup my gentoo linux system. ----- start of script ----- #!/bin/sh # # RSYNC_OPTS="--archive --one-file-system --perms --executability --progress --stats --delete-after --hard-links --keep-dirlinks --verbose --inplace" RSYNC_USER="bs" RSYNC_SERVER="192.168.6.6" RSYNC_MODULE="ben-desktop"
2003 Jan 14
3
.rsync-/.rsync+ patch and --link-dest example
This is a patch to add an --rsync-exclude option to rsync-2.5.6cvs. File names in .rsync- (or .rsync+) are excluded (or included) from the file lists associated with the current directory and all of its subdirectories. This has advantages over --cvs-exclude for backing up large file systems since the .cvsignore files only apply to the current directory: unless the .cvsignore restrictions apply
2003 Feb 16
1
rsync-exclude.patch.
> I like the idea of your rsync-exclude.patch and have thought > about hacking it in myself. However as you already have done the work > may I make a small suggestion...... can the name of the exclude file > (your .rsync) be specified in the flags.... e.g. > > rsync --rsync-exclude=.snapshot -axvH /here /there > > In this way different invocations (e.g. system and
2011 Jan 20
5
DO NOT REPLY [Bug 7927] New: Rsync does not sync folders named "tags"
https://bugzilla.samba.org/show_bug.cgi?id=7927 Summary: Rsync does not sync folders named "tags" Product: rsync Version: 3.0.3 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: bugzilla at
2004 Apr 09
3
include/exclude bug in rsync 2.6.0/2.6.1pre1
As mentioned on the rsync home page, the --files-from=FILE option in rsync version 2.6.0 is a useful option that allows one to "specify a list of files to transfer, and can be much more efficient than a recursive descent using include/exclude statements (if you know in advance what files you want to transfer)". However, --files-from does not help one implement the --rsync-exclude=FILE
2007 Jul 14
1
DO NOT REPLY [Bug 4786] New: deletes files in parent directory when destination directory doesn't exist
https://bugzilla.samba.org/show_bug.cgi?id=4786 Summary: deletes files in parent directory when destination directory doesn't exist Product: rsync Version: 2.6.9 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2003 May 07
1
Bug report: "exclude from" in rsyncd.conf is not effective.
The attached script file gives all the relevant details - I hope - please ask if you need any more information. /Sam Sam Sexton <mailto:sam.sexton@reuters.com> Reuters Coventry Automated Dealing Technologies Phone: +44 24 7625 6562 Fax: +44 24 7655 5203 -------------------------------------------------------------- -- Visit our Internet site at
2015 Jul 17
4
clone a disk
Hello i have a machine A with 2 disks 1 et 2 running Debian Jessie on 1 is the system and the boot and the swap on 2 different partitions like /home /opt ETC..... i have a machine B with 1 disk running kali-linux and *100G free* Can i clone the disk 1 of machine A on the 100G free on machine B with rsync? If it is possible, how to do that? Many thanks TG -------------- next part --------------
2005 Jun 20
1
--exclude-from options
Hello, I'm configuring rsync to use --exclude-from option however it doesnt work as I want to. I have a directory /source/ which contains additional directories a, b, c. In addition /source/ directory contains some db.* files that I dont want to backup. The tricky part is that subdirectories /source/a, /source/b and /source/c can have their own db* files wich I do want to keep. so how
2006 Feb 22
1
Include Exclude .. a canonical way
I'm wrestling with include/exclude rules and not finding a way to do this: Simplified command: rsync -avv --exclcude-from=rsync_exclude \ ~/ /dest/ Backup ~/ including ~/.kde3.5/share/apps/konqueror/bookmarks.xml but excluding everything else under ~/.kde3.5 Here are some of what hasn't worked in an EXCLUDE file. + /.kde3.5/share/apps/konqueror/bookmarks.xml
2011 Jul 09
0
Problem with --dry-run
Hi Gents, I have written a backup script with rsync, which is working fine for a long time. Now a problem has occured. which I am not able to solve by my own: Before I am doing the backup I am checkig if there are any changes to backup ... rsync --delete $RSYNC_EXCLUDE -avzne "$RSYNC_SSH" $RSYNC_SOURCE $RSYNC_DESTINATION But when I have created a path of new directories in
2015 Jul 17
0
clone a disk
Thierry Granier <th.granier at free.fr> wrote: > i have a machine A with 2 disks 1 et 2 running Debian Jessie > on 1 is the system and the boot and the swap > on 2 different partitions like /home /opt ETC..... > > i have a machine B with 1 disk running kali-linux and 100G free > > Can i clone the disk 1 of machine A on the 100G free on machine B with rsync? > >
2002 Oct 24
1
Using rsync for backup trashes st_atime
Hi! I've just tried to do a backup of a machine with rsync. While doing this (I was reading emails:-) I noted that mbox for mbox, I had no longe new mails, but I've never read off these mailboxes lately... This seemed to be a st_atime problem, and indeed, I could verify that. This is what I used for backup: rsync --archive \ --recursive \
2005 Feb 17
4
Incremental Backups
I read the following hint at: http://www.mikerubel.org/computers/rsync_snapshots/#Incremental mv backup.0 backup.1 rsync -a --delete --link-dest=../backup.1 source_directory/ backup.0/ I simply want to maintain a dated backup of a server so that I could always go back to a certain date. I would like to keep this structure for each day for the last seven days, then one weekly snapshot for
2015 Jul 17
1
clone a disk
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I would add --numeric-ids and --itemize-changes. Up to you if you need --xattrs or --acls. Also, I prefer to do backups by filesystem so I would add - --one-file-system and run one rsync per filesystem. This means you don't have to exclude things like /proc and /dev and any random thing that isn't normally connected but sometimes is but it