WWW.PRL.DK
Linux and FreeBSD fun. > FreeBSD and Dirvish backup

FreeBSD and Dirvish backup


I wont go into details in configuration, this link describe it much better than i would do.

Dirvish configuration


Install :

cd /usr/ports/sysutils/dirvish
make install clean

and so on.

Well, i had a bit of a problem.

My cronjobs would not run. Not that the commands didnt got executed.
They simply did not run....

Well, after som thinking i got the solution.

It is installed from ports, and the crontab do not know the PATH to the programs.
It so simple.

I just added this to PATH in /etc/crontab :

:/usr/local/sbin:/usr/local/bin

And i clapped my happy hands.