|
From: Joe Z. <jz...@co...> - 2004-01-04 21:37:50
|
>>> I would just use that when backup_method is not "rsync" nor "rsync_ssh"
>>> (it is on line 405-426) systemcheck.php
>>>
>>> It could be the same test a just below on line 432:
>>> if (($method != "rsync") && ($method != "rsync_ssh")){
>>>
>>>
>>Okay, I'll put that in. But just to be clear, it did try to create the
>>mount directories before it gave that error, right? What was the failure
>>message?
>>
>>
>>
>It appears files/_home hasn't been backed up.
>I will attempt to create the mount directories needed to continue these
>tests. PASS
>
>Not really a failure message.
>Actually, he cannot find the directories and also creates them
>succesfully.
>But actually they are not need because method is "rsync" or "rsync_ssh"
>in this case.
>
>Jochen
>
>
I understand and agree. I saw that when I changed systemcheck.php. I
wasn't sure if the mount directories would be needed somewhere else.
Even if they are (which I doubt) I don't need to create them in
systemcheck.php.
|