similar to: do not update dirtimes on --include='*/' --exclude='*'

Displaying 20 results from an estimated 4000 matches similar to: "do not update dirtimes on --include='*/' --exclude='*'"

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?
2014 Feb 15
2
rsync filter rules ignored by rsnapshot
Hello guys, sorry for cross-posting, but imho it could be an error in my rsnapshot setup as well as in my rsync setup. If there is a solution on one of these mailing-lists i will post it to the other one as well. ok? here is my question: when running rsnapshot, my exclude filter is being ignored, but i don't see why. grep -v "#" /etc/rsnapshot-debx40.conf | grep . gives
2010 Jan 05
2
Ignoring parts of stat(2)
How do I make rsync ignore and not report or update certain parts of the [l]stat(2) struct or checksum when selecting which items to report or update in a hierarchy? For example, I want to run: rsync -Haxi --delete /hier1/ /hier2/ and have it NOT do anything if say ONLY the modtime differs. Leaving out or in the --times [-t] option from the expansion of -a to -rlptgoD obviously does not do this.
2019 Aug 07
3
Advanced rsync includes and excludes
Hi, I'm a happy camper @ rsync (and rsnapshot) since years. Thanks for this major piece of software. In an attempt to reorganize my rsnapshot backups, I stumbled across an issue, that I'm trying to seeking a more sophisticated solution here. Given, I have a deeply branched tree, where I would like to include a specific directory deep under, while excluding anything else on that path,
2014 Feb 10
2
/usr/bin/ssh not found when rsync is executed within rsnapshot
Hello, yesterday i posted this issue on snapshot-discuss at listsourceforge.net (subject: wondering why backup wont start), but after reading the FAQ and searching the bugzilla DB i thought it could help to post here as well. i have a problem. But let me first describe my setup. i followed this howto: http://dev.kprod.net/?q=linux-backup-rsnapshot-no-root Now there is a backup server rpi-home
2006 Apr 27
3
Permissions causing full backups?
I am using rsync/rsnapshot on Windows XP (via cygwin) to backup to a mapped share (/u) on a Linux server. I’m hoping to get this to work so that I don’t have to open an XP share to the network for Linux “pull” backups. My current setup doesn’t seem to give me incremental backups. See the “du” output… $ /usr/bin/du -csh /cygdrive/u/docs_bkup/daily.0/ /cygdrive/u/docs_bkup/daily.1/
2013 Aug 24
2
Potential incompatibilities between '--delete' and --copy-unsafe-symlinks' ???
Hi, New to this list, but long-time (appreciative) user of rsync. Grateful for any help with my problem here... In particular, I've been having long-standing issues (just now getting around to trying to resolve them) when I use rsync with '--copy-unsafe-links' alongside the '--delete' parameter. If I use either of these two parameters in isolation (along with other shared
2007 Jan 17
1
rsnapshot
Hi I got rsnapshot working, but I am still unclear about a few things. Say I have intervals daily 7 weekly 4 monthly 12 so running "rsnapshot daily" for seven days will create files daily.0, daily.1, daily.2, daily3, daily.4, daily.5, daily.6 If at the end of the week I do "rsnapshot weekly", then daily.6 gets moved to weekly.0 The next time daily runs, 5 will move to 6,
2008 Jan 18
2
preserving Mac OS X metadata in rsync backups and restores
Hello all, I'm new to the list, but have done quite a bit of researching before regarding the support of Mac OS X specific features (resource forks, extended attributes, ACLs, file creation & modification date). By reading the archives, I get the impression that the current version of rsync 3.0.0pre8 is quite far in this respect. At least it sounds so, and I thank the developers
2012 Jun 12
4
rsync takes long pauses in xfer ?
Hey folks, I did some googling on this but did not come up with much. I'm using rsnapshot which uses rsync, and I notice some pretty long pauses in the xfers as you can see on this graph from "munin". THe machine in question right at the moment is doing nothing but rsyncing ( rsnapshoting ) some 12T of NAS storage to local disk, so there is nothing else going on at all.
2005 May 27
2
Possible bug not deleting files
I am using rsnapshot <http://www.rsnapshot.org/> to make snapshots of my filesystem. rsnapshot uses rsync to do all the heavy lifting. I was recently browsing my snapshots and discovered that none of the excluded files or files deleted in the source are getting deleted from the snapshot. rsnapshot calls rsync like this: /usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded
2007 Nov 16
1
weird cron problem
Hi, I'm having some problems with a script in /etc/cron.daily. It's quite simple: ------ #!/bin/sh touch /mnt/Backup/foo rsnapshot daily ----- So the touch gets executed, but the rsnapshot not. If I run manually > run-parts /etc/cron.daily/ everything's fine. Also when I run rsnapshot from roots crontab. So I have no idea what's the issue here. Any ideas / recommendations
2015 Feb 10
1
Rsync to samba share very slow
Hello list, I'm trying rsnapshot for taking snapshots of data. It's based on rsync. While running a rsnapshot job on my member server to sync files to another the IO is very slow. I did a mount of the samba share of the backup server on the production server. It's mounted rw with vers=2.1 and a credentials file. While rsnapshot is running it takes a long time to finish the sync.
2014 Dec 25
8
[PATCH] Consider nanoseconds when quick-checking for unchanged files
On systems using nanoseconds differences should be taken into consideration. --- a/generator.c 2014-06-14 01:05:08.000000000 +0200 +++ b/generator.c 2014-12-25 11:19:54.000000000 +0100 @@ -588,7 +588,13 @@ if (ignore_times) return 0; - return cmp_time(st->st_mtime, file->modtime) == 0; + return cmp_time(st->st_mtime, file->modtime) == 0 +#ifdef ST_MTIME_NSEC + ?
2019 Aug 09
4
rsnapshots/rsync 2 shares
Slightly OT maybe: at a customer we run the main data share on the samba file server (access defined via Windows ACLs) ... so far no surprise ;-) then we let a 2nd server pull snapshots via rsnapshot (you know: https://rsnapshot.org/) and provide the resulting tree of snapshots via samba again: read-only, only for some admin users So far OK, runs for years (although it gets slower, other topic)
2017 Jun 28
2
ransomware etc
On Wed, Jun 28, 2017 at 8:42 AM, David Disseldorp via samba <samba at lists.samba.org> wrote: > Hi, > > On Wed, 28 Jun 2017 11:08:11 +0200, mj via samba wrote: > >> Hi all, >> >> Just out of curiosity: is there anything we can do, on the samba side, >> to counter the recent ransomware attacks? (or limit the damage done) >> >> I'm thinking
2011 Jan 18
1
Disk image with rsync/rsnapshot
I want to make a full disk image backup of my disk with rsnapshot/rsync that I can restore on a new disk. Part of my /etc/rsnapshot.conf looks like follows: exclude /proc exclude lost+found exclude /media exclude /sys exclude /dev exclude /tmp exclude /dev backup / localhost/ My questions are ... can I use the backup and copy everything from localhost/hourly.0 ---> / of
2015 Mar 17
6
rsync 3.0.9 segmentation fault
Hi, I am experiencing segfaults when transferring files via rsync though sudo. Setup: - Backupserver initiates the rsync command with --delete -vvv --no-inc-recursive --numeric-ids --delete-excluded --relative --rsync-path=/home/backupuser/rsync-wrapper.sh - rsync-wrapper.sh (on the client) contains /usr/bin/sudo /usr/bin/rsync "$@"; - user "backupuser" has sudo access to the
2009 Jul 17
2
Rsnapshot/rsync buffer overflow
I have been using rsnapshot on OS X for a bit now to backup my debian home server to my external HD but have now started getting this error. Shiny:rsync-3.0.6 kurt$ sudo rsnapshot sync /usr/bin/rsync -a --delete --numeric-ids --relative --delete-excluded \ --exclude=mtab --exclude=core --rsh="/usr/bin/ssh -i \ /Users/kurt/.ssh/id_rsa" root at home.thisisnotajoke.com:/home \
2016 Jan 20
2
[PATCH] Consider nanoseconds when quick-checking for unchanged files
I wrote on Fri, 02 Jan 2015 16:02:27 +0100: > --- a/generator.c 2014-06-14 01:05:08.000000000 +0200 > +++ b/generator.c 2015-01-02 15:50:30.000000000 +0100 > @@ -588,7 +588,14 @@ > if (ignore_times) > return 0; > - return cmp_time(st->st_mtime, file->modtime) == 0; > + return cmp_time(st->st_mtime, file->modtime) ==