Re: Hdup error "No such file or directory"
Miek Gieben <[email protected]> Tue, 9 Sep 2003 11:30:39 +0200
| Newsgroups | gmane.comp.sysutils.backup.hdup.devel |
|---|---|
| Message-ID | <[email protected]> |
[On 08 Sep, @19:45, Tom wrote in "[hdup-dev] Hdup error "No such ..."]
> The first attachment is the output of the Cron job trying to run Hdup.
> The second attachment is my configuration file.
>
> The problem is that I see:
> | No such file or directory.
>
> The system call that matches according to Strace is:
> | 856 open("/backup/nova/08-09-2003/nova.08-09-2003.daily.tar.gz", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 ENOENT (No such file or directory)
*wow* pretty lame, I do not check the return code from mkdir.
adding it as we speak...
grtz Miek