<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I measure daily adds/changes to a set of data, for backup purposes?</title>
	<link>http://ask.metafilter.com/93710/How-do-I-measure-daily-addschanges-to-a-set-of-data-for-backup-purposes/</link>
	<description>Comments on Ask MetaFilter post How do I measure daily adds/changes to a set of data, for backup purposes?</description>
	<pubDate>Tue, 10 Jun 2008 12:50:08 -0800</pubDate>
	<lastBuildDate>Tue, 10 Jun 2008 12:50:08 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I measure daily adds/changes to a set of data, for backup purposes?</title>
		<link>http://ask.metafilter.com/93710/How-do-I-measure-daily-addschanges-to-a-set-of-data-for-backup-purposes</link>	
		<description>How do I measure daily adds/changes to a set of data, for backup purposes? &lt;br /&gt;&lt;br /&gt; So we just added another office;  each has been doing its own backups and taking them offsite.  We&apos;d like to start backing up each office to the other office (over a VPN) as the offsite backup.  I back you up, you back me up.  They are in different regions, so that seems better than tapes floating around.&lt;br&gt;
&lt;br&gt;
But I don&apos;t know how much we&apos;ll be able to deliver overnight over our pipes - the upload speed on both DSL lines is only 768kbps.  I know it will take a long time to do the initial full backup;  but how do I measure how big the daily incrementals will be?&lt;br&gt;
&lt;br&gt;
I&apos;m thinking of some way to measure the size of the data on a Monday, then track how many MB/GB is changed/added each day, track that over the course of a week or two, and use that to figure out if we can do this with our existing lines or if we need to invest in fatter pipes.&lt;br&gt;
&lt;br&gt;
Anyone know of a way to do this without being a sysadmin/engineer etc?  I can figure out most things, but I&apos;m not going to be able to write my own scripts or whatever.&lt;br&gt;
Suggestions?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.93710</guid>
		<pubDate>Tue, 10 Jun 2008 12:41:08 -0800</pubDate>
		<dc:creator>penciltopper</dc:creator>
		
			<category>backup</category>
		
			<category>incremental</category>
		
			<category>data</category>
		
			<category>replication</category>
		
	</item> <item>
		<title>By: Tomorrowful</title>
		<link>http://ask.metafilter.com/93710/How-do-I-measure-daily-addschanges-to-a-set-of-data-for-backup-purposes#1370724</link>	
		<description>It&apos;s not necessarily that easy.&lt;br&gt;
&lt;br&gt;
In the case of plaintext, you could just do a diff on the old file and the new one to see what was changed. But if it&apos;s binary, you - to vastly oversimplify - will basically have to copy the entire file every time, instead of being able to copy a diff file. If your files are binaries, you&apos;ll definitely have to copy the entire changed file, even if you only made very minor changes to it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93710-1370724</guid>
		<pubDate>Tue, 10 Jun 2008 12:50:08 -0800</pubDate>
		<dc:creator>Tomorrowful</dc:creator>
	</item><item>
		<title>By: chrisamiller</title>
		<link>http://ask.metafilter.com/93710/How-do-I-measure-daily-addschanges-to-a-set-of-data-for-backup-purposes#1370726</link>	
		<description>You can do a trial locally with rsync&lt;br&gt;
&lt;br&gt;
Assuming it&apos;s all in one place, make a copy of the directory, wait a day while people modify as usual, then do an rsync between the two locations with the --dry-run flag.  This will give you a listing of files that would be transferred, along with the total size of the transfer.&lt;br&gt;
&lt;br&gt;
Lots more details on rsync can be found with some google searches.  There are many utilities that allow you to use rsync through a GUI-type interface.  A lot of the details depend on the size of what you&apos;re backing up, and the availability of storage you have.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93710-1370726</guid>
		<pubDate>Tue, 10 Jun 2008 12:51:52 -0800</pubDate>
		<dc:creator>chrisamiller</dc:creator>
	</item><item>
		<title>By: Blazecock Pileon</title>
		<link>http://ask.metafilter.com/93710/How-do-I-measure-daily-addschanges-to-a-set-of-data-for-backup-purposes#1370729</link>	
		<description>If you use rsync for backups, you could use the &lt;code&gt;--stats&lt;/code&gt; argument to log statistics on a daily basis, to help answer these questions.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93710-1370729</guid>
		<pubDate>Tue, 10 Jun 2008 12:53:15 -0800</pubDate>
		<dc:creator>Blazecock Pileon</dc:creator>
	</item><item>
		<title>By: penciltopper</title>
		<link>http://ask.metafilter.com/93710/How-do-I-measure-daily-addschanges-to-a-set-of-data-for-backup-purposes#1370795</link>	
		<description>Oh, I should add that what&apos;s being backed up is the contents of several fileshares on two Windows Server 2003 machines, backed up to external drives.  I don&apos;t know enough to feel comfortable messing with the servers themselves;  I need something I can run from a spare workstation - something that&apos;s not the server itself?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93710-1370795</guid>
		<pubDate>Tue, 10 Jun 2008 13:40:53 -0800</pubDate>
		<dc:creator>penciltopper</dc:creator>
	</item><item>
		<title>By: wongcorgi</title>
		<link>http://ask.metafilter.com/93710/How-do-I-measure-daily-addschanges-to-a-set-of-data-for-backup-purposes#1370884</link>	
		<description>If you dont want to script, you could easily right click properties to find the size of the fileshares once or several times a day and just log it in Excel.&lt;br&gt;
&lt;br&gt;
Or if you know basic command line skills, you could save the output of &quot;dir /s&quot; to a file, which will list the total file size.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93710-1370884</guid>
		<pubDate>Tue, 10 Jun 2008 14:39:05 -0800</pubDate>
		<dc:creator>wongcorgi</dc:creator>
	</item><item>
		<title>By: penciltopper</title>
		<link>http://ask.metafilter.com/93710/How-do-I-measure-daily-addschanges-to-a-set-of-data-for-backup-purposes#1370905</link>	
		<description>@ wongcorgi:  Just logging the size of the share won&apos;t get me the Changes made to the data, which I&apos;m sure are more bytes per day than the Additions.  I&apos;ll need both to figure out&lt;br&gt;
&lt;br&gt;
I&apos;m not against scripts, etc; I just don&apos;t know how to write my own - and can&apos;t learn in the time frame given to me to come up with an answer.  The real answer is that we need an IT person in-house or more readily available, but that&apos;s going to take even longer.  Right now, I just want to stop having to manage all these tapes.  :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93710-1370905</guid>
		<pubDate>Tue, 10 Jun 2008 14:49:34 -0800</pubDate>
		<dc:creator>penciltopper</dc:creator>
	</item>
	</channel>
</rss>
