From: Falk G. <fal...@ab...> - 2004-10-01 12:07:15
|
Hi List, i have some problem with the extract option. When I Perform this Command: flexbackup -extract -onefile shares/schmidt/spybotsd13.exe.z There gives only a txt log file but not the file which I want to recover... The output is shown as follow: [root@pdc tmp]# flexbackup -extract -onefile shares/schmidt/spybotsd13.exe.z flexbackup version 1.2.1 (http://flexbackup.sourceforge.net) /etc/flexbackup.conf syntax OK |------------------------------------------------------------ | Checking 'buffer' on this machine... Ok | Checking /bin/sh on this machine... bash2 |------------------------------------------------------------ | Logging output to "flexbackup.extract.200410011358.log" | Reading from CURRENT TAPE POSITION |------------------------------------------------------------ At block 0. |------------------------------------------------------------ | Extracting single file shares/schmidt/spybotsd13.exe.z | buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/st0" | afio -i -w \ | /tmp/extract.8308 -z -x -D /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z \ | -v -b 10k - |------------------------------------------------------------ Volume Label: level 10 /sysadmin Fri Oct 01 03:31:46 2004 afio+gzip from pdc.bz.abu-projekt.de CONTROL_FILE/flexbackup.volume_header_info -- okay afio: 67k+747 bytes read in 0 seconds. The operation was successful. Kilobytes Out 70 |------------------------------------------------------------ At block 0. |------------------------------------------------------------ So what Im doing wrong? My Config file looks like this : $set{'backup'} = "/abu-data /sysadmin"; and my crontab looks like this: 0 0 * * * flexbackup -set all -level 9 31 3 * * 1-5 flexbackup -set backup -incremental 31 3 * * 6 flexbackup -set backup -differential 31 3 1-7 * * flexbackup -wday 7 -set backup -full -type afio Thanks for any solutions! Falk Grosswig |