Sorry to be asking so many questions, again.

I have the following catalog record for a file:

    path: /backup/archive/datasnap0/etc/       
    file: wgetrc  
    md5 : 7rJlwjvesDfThOLanMuCog

After restoring this file I have run md5, and I get:

    eeb265c23bdeb037d384e2da9ccb82a2  wgetrc

After reading the docs I understand that the catalog record is a base64
encoding. However, running

    openssl dgst -md5 archive/datasnap0/etc/wgetrc | awk '{print $2}' | openssl 
enc -base64

returns ZWViMjY1YzIzYmRlYjAzN2QzODRlMmRhOWNjYjgyYTIK

How can I match the catalog md5 record to the restored file's md5?

-- 
Rory Campbell-Lange
r...@campbell-lange.net

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to