[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feasability of using tarsnap on crap internet connections



On Thu, 5 Nov 2015 18:20:26 -0500, Garance AE Drosehn wrote:
> But if it's going to take you *weeks* to do a full backup, then start 
> out by saving the files which would hurt the most if your hard disk 
> dies tomorrow morning.

Thanks for the suggestion. Yes, I was going to ask if there was a way to prioritize which files to include in the archive first. Using your method I could run something such as (oversimplified):

  mybackupscript fileset1 && mybackupscript fileset2 && mybackupscript fileset3

So files in fileset1 would be uploaded before the others.

Q