rdiff-backup-users
[Top][All Lists]
Advanced

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

Re: [rdiff-backup-users] Backup verification


From: Keith Edmunds
Subject: Re: [rdiff-backup-users] Backup verification
Date: Wed, 11 Aug 2004 14:14:32 +0100

On Wed, 11 Aug 2004 09:05:33 -0400
Gary Mulder <address@hidden> wrote:

> A manual but very reliable way to verify backups is:
> 
>          cd /
>          find . -type f ! -name "/backups/*" -exec cksum {} \; > 
> /tmp/cksums_actual
> 
>          cd /backups
>          find . -type f -exec cksum {} \; > /var/cksums_rdiff
> 
>          diff /tmp/cksums_*

That will only work if the backups are to a locally-mounted disk.

Keith

-- 
----------------------------------------------------------------------
  Small business computer support: http://www.tiger-computing.co.uk   
       Linux consultancy: http://www.TheLinuxConsultancy.co.uk
----------------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]