PDA

View Full Version : Back-up doesn't work


Jeffreybr
08-10-2006, 03:00 PM
Hi,

i'm making a manual back-up every day of the:
/home
/etc
/var

it's making the back-up untill the end and when the back-up is ready it removes the back-up directly.

if i check the message system, i see this message:

Performing sanity checks: Completed
Checking load average: Completed
Checking free disk space: Completed
Performing Custom backup
Archiving /etc: Completed
Archiving /home: Could not perform md5 checksum, aborting...
Performing cleanup operations: Completed

Why doesn't it work?

jlasman
08-10-2006, 08:04 PM
Check to see if md5sum works from the command line. If it doesn't, then you need to install it.

Jeff

Jeffreybr
08-11-2006, 01:15 AM
Hi,

i used the commando md5sum, but no action.
what's the package name which should be installed using yum?

Regards

jlasman
08-11-2006, 10:10 PM
How did you call it?

If you just call md5sum without anything else, the server will simply go to the next line and stay there until you press Ctrl-C.

Read man md5sum to see how to use it.

md5sum a basic part of the core installation of any Linux/Unix distribution; not even rpmfind knows where to get it in an RPM.

Jeff