[colug-432] disk recovery

Brian bnmille at gmail.com
Fri Sep 23 17:35:09 EDT 2016


I don't perform a specific check, but rsync gives both the total size of
files backed up, and how much it actually moves.  It only moves changed
blocks.  So if it reports a total size of 900 MB, but says it only moved 2
MB, I can be pretty sure the files aren't encrypted.  There would be lots
of changed blocks if the files were being encrypted.  Plus it gives me a
statement of how many files were changed.

On Sep 23, 2016 9:33 AM, <pat at linuxcolumbus.com> wrote:

> On 2016-09-23 08:56, Brian Miller wrote:
> > This won't really help with the disk issue, but to automate the backup
> > of my wife's system, I run an "at" job on my backup server.  It checks
> > if her system in up (I've assigned a static address through DHCP).  If
> > it's up, I run rsync through an SSH tunnel to back it up.  If it's not,
> > I reset the script to re-run in 5 hours.  I sometimes go a day without
> > a
> > backup, but not often.
> >
> > And since the connection comes from my backup server, there is no
> > constant drive mapping, so ransomware programs shouldn't get to it.
> > Even better, I get an email when the backup runs.  I can check the
> > amount of data being backed up.  rsync is pretty effecient, so the
> > amount of actual data is pretty low.  If I saw a huge jump in the
> > amount
> > of data backed up, that would be in indication of an infection . . .
> >
>
> Do you do any verification before you backup to say, check if the files
> were encrypted by a ransomware program?
>
> Pat
> _______________________________________________
> colug-432 mailing list
> colug-432 at colug.net
> http://lists.colug.net/mailman/listinfo/colug-432
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.colug.net/pipermail/colug-432/attachments/20160923/65320e89/attachment.html 


More information about the colug-432 mailing list