You can subscribe to this list here.
2003 |
Jan
(11) |
Feb
(50) |
Mar
(10) |
Apr
(10) |
May
(7) |
Jun
(44) |
Jul
(23) |
Aug
(13) |
Sep
(27) |
Oct
(41) |
Nov
(21) |
Dec
(21) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(23) |
Feb
(20) |
Mar
(9) |
Apr
(6) |
May
(5) |
Jun
(10) |
Jul
(8) |
Aug
(16) |
Sep
(8) |
Oct
(7) |
Nov
(8) |
Dec
(11) |
2005 |
Jan
(6) |
Feb
(3) |
Mar
(11) |
Apr
(14) |
May
(17) |
Jun
(19) |
Jul
(9) |
Aug
(5) |
Sep
(6) |
Oct
(1) |
Nov
|
Dec
(3) |
2006 |
Jan
(7) |
Feb
(5) |
Mar
(4) |
Apr
(8) |
May
(10) |
Jun
|
Jul
(5) |
Aug
(11) |
Sep
|
Oct
(6) |
Nov
(7) |
Dec
(1) |
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(4) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
(1) |
Dec
(1) |
2008 |
Jan
(1) |
Feb
(1) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(8) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(9) |
Nov
(3) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
(3) |
Feb
|
Mar
(11) |
Apr
|
May
(3) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(11) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(3) |
2017 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Michele C. <mi...@pr...> - 2011-03-16 11:49:48
|
I checked everything... but nothing changed. I'd like to know if is a hardware or flexbackup problem. Dudi Goldenberg wrote: > Is this a new install? > > I'd clean the drive just to be safe, then check SCSI termination etc. > > D. > > -----Original Message----- > From: Michele Cerioni [mailto:mi...@pr...] > Sent: Wednesday, March 16, 2011 11:35 > To: fle...@li... > Subject: Re: [flexbackup-help] writing to `/dev/nst0': Input/output error > > I could try, but the drive is new, and I used two new data cartridge. > > Dudi Goldenberg wrote: >> >>> #mt -f /dev/nst0 rewind >>> #dd if=/dev/nst0 of=/tmp/provadd2 bs=64k >>> dd: reading `/dev/nst0': Input/output error >>> dd: closing input file `/dev/nst0': Input/output error >>> >>> May be a hardware problem? >> >> Did you try to clean the drive? >> >> D. > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > flexbackup-help mailing list > fle...@li... > https://lists.sourceforge.net/lists/listinfo/flexbackup-help > |
From: Michele C. <mi...@pr...> - 2011-03-16 09:34:58
|
I could try, but the drive is new, and I used two new data cartridge. Dudi Goldenberg wrote: > >> #mt -f /dev/nst0 rewind >> #dd if=/dev/nst0 of=/tmp/provadd2 bs=64k >> dd: reading `/dev/nst0': Input/output error >> dd: closing input file `/dev/nst0': Input/output error >> >> May be a hardware problem? > > Did you try to clean the drive? > > D. |
From: Dudi G. <du...@ko...> - 2011-03-16 09:12:53
|
>#mt -f /dev/nst0 rewind >#dd if=/dev/nst0 of=/tmp/provadd2 bs=64k >dd: reading `/dev/nst0': Input/output error >dd: closing input file `/dev/nst0': Input/output error > >May be a hardware problem? Did you try to clean the drive? D. |
From: Michele C. <mi...@pr...> - 2011-03-16 08:52:56
|
Sorry for my last email. it was not clear. I can run with success the command within a script. The user I run flexbackup is root. I try this using a server with flexbackup working: #mt -f /dev/nst0 rewind #dd of=/dev/nst0 if=/tmp/provadd bs=64k 903+1 records in 903+1 records out 59228160 bytes (59 MB) copied, 4.80392 seconds, 12.3 MB #mt -f /dev/nst0 rewind #dd if=/dev/nst0 of=/tmp/provadd2 bs=64k 903+1 records in 903+1 records out 59228160 bytes (59 MB) copied, 0.629151 seconds, 94.1 MB/s #ls -l /tmp/provadd* -rw-r--r-- 1 root root 59228160 Mar 15 17:29 /tmp/provadd -rw-r--r-- 1 root root 59228160 Mar 15 17:49 /tmp/provadd2 The same commands are execute on the server with ultrium not working #mt -f /dev/nst0 rewind #dd of=/dev/nst0 if=/tmp/provadd bs=64k3327+1 records in 3327+1 records out 218046464 bytes (218 MB) copied, 4.72744 s, 46.1 MB/s #mt -f /dev/nst0 rewind #dd if=/dev/nst0 of=/tmp/provadd2 bs=64k dd: reading `/dev/nst0': Input/output error dd: closing input file `/dev/nst0': Input/output error May be a hardware problem? Making the same commands on the server with flexbackup not working: TeckniX wrote: > can you run the same command within a script and see if you get any > errors? > It could be that only your user has read/write to the device? > > On Tue, Mar 15, 2011 at 7:31 AM, Michele Cerioni <mi...@pr... > <mailto:mi...@pr...>> wrote: > > Hi, > I'm in trouble with a 920 internal SAS Hp. > I installed several flexbackup since 2003 with several hardware device > (DAT scsi/usb, Ultrium2/3/4 , sony ait). > Now I have some problem with this Hp. > > With each configuration I have the sam error: > writing to `/dev/nst0': Input/output error > > using tar o afio, compression o not compression. > > The mystery is that using the same command used by flexbackup I > haven't > error. > For example if I try to execute this command from shell I have not > problem: > > cd "/tmp" && /tmp/collectexit.2376.sh <http://collectexit.2376.sh> > find . -depth -xdev ! -type s > -print0 | /tmp/collectexit.2376.sh <http://collectexit.2376.sh> > tar --create --null --files-from=- > --ignore-failed-read --same-permissions --no-recursion --totals > --label > "level 0 /tmp Tue Mar 15 12:21:18 2011 tar from server" --verbose > --sparse -b 64 --file - | /tmp/collectexit.2376.sh > <http://collectexit.2376.sh> dd ibs=32k obs=32k > conv=noerror,sync of="/dev/nst0" > > While using flexbackup I have this error : > dd: writing to `/dev/nst0': Input/output error > dd: closing output file `/dev/nst0': Input/output error > > Could someone help me? > Thanks > Michele > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > flexbackup-help mailing list > fle...@li... > <mailto:fle...@li...> > https://lists.sourceforge.net/lists/listinfo/flexbackup-help > > -- ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ flexbackup-help mailing list fle...@li... https://lists.sourceforge.net/lists/listinfo/flexbackup-help |
From: Michele C. <mi...@pr...> - 2011-03-15 17:07:23
|
I can run with success the command within a script. The user I run flexbackup is root. I try this using a server with flexbackup working: #mt -f /dev/nst0 rewind #dd of=/dev/nst0 if=/tmp/provadd bs=64k 903+1 records in 903+1 records out 59228160 bytes (59 MB) copied, 4.80392 seconds, 12.3 MB #mt -f /dev/nst0 rewind #dd if=/dev/nst0 of=/tmp/provadd2 bs=64k 903+1 records in 903+1 records out 59228160 bytes (59 MB) copied, 0.629151 seconds, 94.1 MB/s #ls -l /tmp/provadd* -rw-r--r-- 1 root root 59228160 Mar 15 17:29 /tmp/provadd -rw-r--r-- 1 root root 59228160 Mar 15 17:49 /tmp/provadd2 #mt -f /dev/nst0 rewind #dd of=/dev/nst0 if=/tmp/provadd bs=64k3327+1 records in 3327+1 records out 218046464 bytes (218 MB) copied, 4.72744 s, 46.1 MB/s #mt -f /dev/nst0 rewind #dd if=/dev/nst0 of=/tmp/provadd2 bs=64k dd: reading `/dev/nst0': Input/output error dd: closing input file `/dev/nst0': Input/output error May be a hardware problem? Making the same commands on the server with flexbackup not working: TeckniX wrote: > can you run the same command within a script and see if you get any > errors? > It could be that only your user has read/write to the device? > > On Tue, Mar 15, 2011 at 7:31 AM, Michele Cerioni <mi...@pr... > <mailto:mi...@pr...>> wrote: > > Hi, > I'm in trouble with a 920 internal SAS Hp. > I installed several flexbackup since 2003 with several hardware device > (DAT scsi/usb, Ultrium2/3/4 , sony ait). > Now I have some problem with this Hp. > > With each configuration I have the sam error: > writing to `/dev/nst0': Input/output error > > using tar o afio, compression o not compression. > > The mystery is that using the same command used by flexbackup I > haven't > error. > For example if I try to execute this command from shell I have not > problem: > > cd "/tmp" && /tmp/collectexit.2376.sh <http://collectexit.2376.sh> > find . -depth -xdev ! -type s > -print0 | /tmp/collectexit.2376.sh <http://collectexit.2376.sh> > tar --create --null --files-from=- > --ignore-failed-read --same-permissions --no-recursion --totals > --label > "level 0 /tmp Tue Mar 15 12:21:18 2011 tar from server" --verbose > --sparse -b 64 --file - | /tmp/collectexit.2376.sh > <http://collectexit.2376.sh> dd ibs=32k obs=32k > conv=noerror,sync of="/dev/nst0" > > While using flexbackup I have this error : > dd: writing to `/dev/nst0': Input/output error > dd: closing output file `/dev/nst0': Input/output error > > Could someone help me? > Thanks > Michele > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > flexbackup-help mailing list > fle...@li... > <mailto:fle...@li...> > https://lists.sourceforge.net/lists/listinfo/flexbackup-help > > -- |
From: Michele C. <mi...@pr...> - 2011-03-15 11:58:15
|
Hi, I'm in trouble with a 920 internal SAS Hp. I installed several flexbackup since 2003 with several hardware device (DAT scsi/usb, Ultrium2/3/4 , sony ait). Now I have some problem with this Hp. With each configuration I have the sam error: writing to `/dev/nst0': Input/output error using tar o afio, compression o not compression. The mystery is that using the same command used by flexbackup I haven't error. For example if I try to execute this command from shell I have not problem: cd "/tmp" && /tmp/collectexit.2376.sh find . -depth -xdev ! -type s -print0 | /tmp/collectexit.2376.sh tar --create --null --files-from=- --ignore-failed-read --same-permissions --no-recursion --totals --label "level 0 /tmp Tue Mar 15 12:21:18 2011 tar from server" --verbose --sparse -b 64 --file - | /tmp/collectexit.2376.sh dd ibs=32k obs=32k conv=noerror,sync of="/dev/nst0" While using flexbackup I have this error : dd: writing to `/dev/nst0': Input/output error dd: closing output file `/dev/nst0': Input/output error Could someone help me? Thanks Michele |
From: TeckniX <lo...@gm...> - 2010-09-06 00:21:14
|
Your settings may be a bit different or just the way of seeing things, but I feel that no matter what you'd have to reinstall windows and every program installed. I would thus only backup desktop,my documents/user folder and any other folder created to hold your data. Most programs can be customized to save their data in a specific spot, make it a folder that gets backed up. On Sep 5, 2010 6:10 PM, "Phil Reynolds" <phi...@ti...> wrote: I have a system running Windows XP Professional, on which my strategy has now evolved to the point of running flexbackup under cygwin. There is a large amount of data, some of which is probably completely pointless to back up - notably some designated as temporary, as well as making a level 0 backup take a very long time. I am therefore wondering what should be excluded/pruned from the backup, as things currently stand. What are the best exclude/prune settings for this scenario? -- Phil Reynolds mail: phi...@ti... Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ flexbackup-help mailing list fle...@li... https://lists.sourceforge.net/lists/listinfo/flexbackup-help |
From: Phil R. <phi...@ti...> - 2010-09-05 22:09:55
|
I have a system running Windows XP Professional, on which my strategy has now evolved to the point of running flexbackup under cygwin. There is a large amount of data, some of which is probably completely pointless to back up - notably some designated as temporary, as well as making a level 0 backup take a very long time. I am therefore wondering what should be excluded/pruned from the backup, as things currently stand. What are the best exclude/prune settings for this scenario? -- Phil Reynolds mail: phi...@ti... Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: Rudolf H. <rud...@go...> - 2010-08-02 08:21:06
|
Hi, first of all: flexbackup is still great! Ive configured flexbackup to do a weekly fullbackup on sunday and a incrementell backup on weekdays ($device is a directory). But every new fullbackup my backup history is broken. I could not restore the state of yesterday after the current fullbackup has run. So I think I need one aditional backup of the full-backup I think. What is the best way to do this? Best regards R. Henze -- http://rettedeinefreiheit.de/ Gegen Freiheitsberaubung in Deutschland |
From: Phil R. <phi...@ti...> - 2010-06-29 03:39:51
|
I am currently reorganising my network and one of the machines I need to back up may end up behind NAT, relative to the one running the backup. If I can get port forwarding to work properly and I have the relevant port entry in my ssh config, will flexbackup cope with this? The alternative, I guess, would be to put the backup box on both sides. -- Phil Reynolds mail: phi...@ti... Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: Phil R. <phi...@ti...> - 2010-05-25 05:11:05
|
Quoting TeckniX <lo...@gm...>: > What's the format of your external directory? ext3 > How is windows seeing that directory? It's capable of seeing it over samba but because it's removable, this is not very suitable. I was actually hoping it could be accessed in the manner of sshfs. It is important that the Windows box releases the directory soon after stopping using it, without user intervention. -- Phil Reynolds mail: phi...@ti... Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: TeckniX <lo...@gm...> - 2010-05-25 02:21:55
|
What's the format of your external directory? How is windows seeing that directory? On Sun, May 23, 2010 at 1:51 AM, Phil Reynolds < phi...@ti...> wrote: > In an attempt to make my backups more efficient I am hoping to get > flexbackup to run natively on my partner's Windows box, but I want it > to send its data to a directory on my Linux box that is not suitable > for exporting with samba. > > I note that flexbackup can handle situations where the tape drive is > remote, but can it do the same when the backup is to a directory? > > -- > Phil Reynolds > mail: phi...@ti... > Web: http://www.tinsleyviaduct.com/phil/ > Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > flexbackup-help mailing list > fle...@li... > https://lists.sourceforge.net/lists/listinfo/flexbackup-help > |
From: Phil R. <phi...@ti...> - 2010-05-23 06:19:49
|
In an attempt to make my backups more efficient I am hoping to get flexbackup to run natively on my partner's Windows box, but I want it to send its data to a directory on my Linux box that is not suitable for exporting with samba. I note that flexbackup can handle situations where the tape drive is remote, but can it do the same when the backup is to a directory? -- Phil Reynolds mail: phi...@ti... Web: http://www.tinsleyviaduct.com/phil/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: Niall B. <ni...@la...> - 2010-03-05 11:31:13
|
Hi André Have you access to the flexbackup.conf from the old machine? The archive may not even be in afio format. It may not be compressed with gzip. It may not be compressed at all. Depending on the admin's normal practice, they may have chosen cpio or tar format as a preferred format. Leave out as many of the buffer commands and flexbackup flags as you can for now, and concentrate first on analysing your tape. You could 'dd' a few blocks from the next archive into a 'file -' command to get an opinion on format. Try piping it into 'pax' for a listing, as it will also analyse and read several formats. Once you know what you have, Adjust flexbackup.conf accordingly and it will allow you work with the tapes. I've used flexbackup for years on lots of platforms, and have been very happy with it. The one 'gotcha' these days that stops me using it for home directories is the seemingly unavoidable error with .gvfs directories for gnome users. Its local, remote and mirroring methods make for a great first tool to turn to for regular backups and snapshots. Hope you get your problem sorted, Niall Brosnan _____ flexbackup-help mailing list fle...@li... https://lists.sourceforge.net/lists/listinfo/flexbackup-help |
From: Kristian R. <kr...@pm...> - 2010-03-05 10:56:38
|
Am 05.03.2010 00:07, schrieb André Tenreiro: > atenreiro@intranet:~$ sudo afio -t /dev/nst0 > afio: "/dev/nst0" [offset 0]: Cannot allocate memory > afio: "/dev/nst0": Input does not start with valid archive header. > afio: "/dev/nst0": Use the -k option to start reading in the middle of an archive. Hmmm... did you actually try -k , as afio requested you to do? It might be helpful in some situations. Given you're somewhere in the middle of the tape, this would perfectly explain the message IMHO. Other way 'round, however, maybe adding a "-v" to make afio a little more verbose also doesn't hurt. ;) K. |
From: André T. <and...@ac...> - 2010-03-04 23:45:56
|
Hello, I applied the patch successfully the problems persists. Maybe is an afio syntax error? Here is the output: andremta@intranet:~$ sudo buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/nst0" | sudo afio -t -z -D /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v -b 10k Usage: [filename generator] | afio -o [options] archive : write archive afio -i [options] archive : install archive afio -t [options] archive : list table-of-contents of archive afio -r [options] archive : verify archive against filesystem Frequently used options: General: -v : verbose -Z : with -o: gzip files when writing them to the archive, with -i/t/r: handle archive written with -Z option -5 : abort instead of creating archive incompatible with cpio Tape: -s [volsize] : size of volume, can have suffix k or m or g -b [blocksize] : block size (default is 5120) -c [count] : buffer count blocks between doing I/O Install: -n : protect newer files -k : skip corrupt data at beginning Select: -y [pattern] : only process files matching pattern -Y [pattern] : do not process files matching pattern Version 2.5 dated 21 Dec 2003 buffer (reader): failed to read input: Cannot allocate memory andremta@intranet:~$ ______________________________ André Tenreiro IT Manager ACTIVE SPACE TECHNOLOGIES Tel: +351 239 700 333 Fax: +351 239 700 301 www.activespacetech.com ----- Original Message ----- From: "John R. Graham" <joh...@mi...> To: ri...@pl..., fle...@li... Sent: Thursday, 4 March, 2010 15:38:27 GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [flexbackup-help] I/O Error This is a flexbackup bug. The attached patch addresses the issue with identifying later versions of bash. - John -----Original Message----- >From: Kristian Rink <kr...@pm...> >Sent: Mar 4, 2010 3:20 AM >To: fle...@li... >Subject: Re: [flexbackup-help] I/O Error > >André; > >not really sure about how to resolve this as we're not using flexbackup >that often anymore, but we still make use of an afio based backup solution: > > >André Tenreiro schrieb: >> |------------------------------------------------------------ >> | Checking 'buffer' on this machine... Ok >> | Checking /bin/sh on this machine... unknown >> |------------------------------------------------------------ >> | Logging output to "flexbackup.list.201003040224.log" >> | Reading from CURRENT TAPE POSITION >> |------------------------------------------------------------ >> At block 1. >> |------------------------------------------------------------ >> | buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/nst0" | afio -t -z -D \ >> | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v -b 10k - > >Leaving out all this "magic", did you so far already try using "plain" >afio to list or extract things off your tape? I'd try > >afio -t /dev/nst0 > >or > >afio -i /dev/nst0 > >to see whether, after all, it is generally possible to get data off your >tape in your given environment. This way, you eventually might be >capable of making sure at least your tape is fine... > >K. > > >------------------------------------------------------------------------------ >Download Intel® Parallel Studio Eval >Try the new software tools for yourself. Speed compiling, find bugs >proactively, and fine-tune applications for parallel performance. >See why Intel Parallel Studio got high marks during beta. >http://p.sf.net/sfu/intel-sw-dev >_______________________________________________ >flexbackup-help mailing list >fle...@li... >https://lists.sourceforge.net/lists/listinfo/flexbackup-help ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ flexbackup-help mailing list fle...@li... https://lists.sourceforge.net/lists/listinfo/flexbackup-help |
From: André T. <and...@ac...> - 2010-03-04 23:07:32
|
Hello, Thanks for the reply. I tried these comments, here is the output: atenreiro@intranet:~$ sudo afio -t /dev/nst0 afio: "/dev/nst0" [offset 0]: Cannot allocate memory afio: "/dev/nst0": Input does not start with valid archive header. afio: "/dev/nst0": Use the -k option to start reading in the middle of an archive. afio: "/dev/nst0" [offset 6]: Fatal error: afio: "/dev/nst0": Unrecognizable archive atenreiro@intranet:~$ atenreiro@intranet:~$ sudo afio -i /dev/nst0 afio: "/dev/nst0": No input atenreiro@intranet:~$ I did not create the tape, as so, I cannot be 100% sure if the tape was correctly created. I'm willing to pay someone to help me to fix this problem. Thanks! AT ----- Original Message ----- From: "Kristian Rink" <kr...@pm...> To: fle...@li... Sent: Thursday, 4 March, 2010 08:20:22 GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [flexbackup-help] I/O Error André; not really sure about how to resolve this as we're not using flexbackup that often anymore, but we still make use of an afio based backup solution: André Tenreiro schrieb: > |------------------------------------------------------------ > | Checking 'buffer' on this machine... Ok > | Checking /bin/sh on this machine... unknown > |------------------------------------------------------------ > | Logging output to "flexbackup.list.201003040224.log" > | Reading from CURRENT TAPE POSITION > |------------------------------------------------------------ > At block 1. > |------------------------------------------------------------ > | buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/nst0" | afio -t -z -D \ > | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v -b 10k - Leaving out all this "magic", did you so far already try using "plain" afio to list or extract things off your tape? I'd try afio -t /dev/nst0 or afio -i /dev/nst0 to see whether, after all, it is generally possible to get data off your tape in your given environment. This way, you eventually might be capable of making sure at least your tape is fine... K. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ flexbackup-help mailing list fle...@li... https://lists.sourceforge.net/lists/listinfo/flexbackup-help |
From: John R. G. <joh...@mi...> - 2010-03-04 17:10:37
|
This is a flexbackup bug. The attached patch addresses the issue with identifying later versions of bash. - John -----Original Message----- >From: Kristian Rink <kr...@pm...> >Sent: Mar 4, 2010 3:20 AM >To: fle...@li... >Subject: Re: [flexbackup-help] I/O Error > >André; > >not really sure about how to resolve this as we're not using flexbackup >that often anymore, but we still make use of an afio based backup solution: > > >André Tenreiro schrieb: >> |------------------------------------------------------------ >> | Checking 'buffer' on this machine... Ok >> | Checking /bin/sh on this machine... unknown >> |------------------------------------------------------------ >> | Logging output to "flexbackup.list.201003040224.log" >> | Reading from CURRENT TAPE POSITION >> |------------------------------------------------------------ >> At block 1. >> |------------------------------------------------------------ >> | buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/nst0" | afio -t -z -D \ >> | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v -b 10k - > >Leaving out all this "magic", did you so far already try using "plain" >afio to list or extract things off your tape? I'd try > >afio -t /dev/nst0 > >or > >afio -i /dev/nst0 > >to see whether, after all, it is generally possible to get data off your >tape in your given environment. This way, you eventually might be >capable of making sure at least your tape is fine... > >K. > > >------------------------------------------------------------------------------ >Download Intel® Parallel Studio Eval >Try the new software tools for yourself. Speed compiling, find bugs >proactively, and fine-tune applications for parallel performance. >See why Intel Parallel Studio got high marks during beta. >http://p.sf.net/sfu/intel-sw-dev >_______________________________________________ >flexbackup-help mailing list >fle...@li... >https://lists.sourceforge.net/lists/listinfo/flexbackup-help |
From: Kristian R. <kr...@pm...> - 2010-03-04 08:37:18
|
André; not really sure about how to resolve this as we're not using flexbackup that often anymore, but we still make use of an afio based backup solution: André Tenreiro schrieb: > |------------------------------------------------------------ > | Checking 'buffer' on this machine... Ok > | Checking /bin/sh on this machine... unknown > |------------------------------------------------------------ > | Logging output to "flexbackup.list.201003040224.log" > | Reading from CURRENT TAPE POSITION > |------------------------------------------------------------ > At block 1. > |------------------------------------------------------------ > | buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/nst0" | afio -t -z -D \ > | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v -b 10k - Leaving out all this "magic", did you so far already try using "plain" afio to list or extract things off your tape? I'd try afio -t /dev/nst0 or afio -i /dev/nst0 to see whether, after all, it is generally possible to get data off your tape in your given environment. This way, you eventually might be capable of making sure at least your tape is fine... K. |
From: André T. <and...@ac...> - 2010-03-04 02:39:01
|
Hello guys, I'm trying to restore a tape that was saved using FlexBackup tool. Unfortunately I'm having these errors that are driving me nuts! Anyone could help me to fix the problem? ### TOC #### atenreiro@intranet:~$ sudo flexbackup -toc 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... unknown |------------------------------------------------------------ | Found index key 200704240342, next file is 1 |------------------------------------------------------------ Key 200704240342 not found in index ### LIST ### atenreiro@intranet:~$ sudo flexbackup -list 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... unknown |------------------------------------------------------------ | Logging output to "flexbackup.list.201003040224.log" | Reading from CURRENT TAPE POSITION |------------------------------------------------------------ At block 1. |------------------------------------------------------------ | buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/nst0" | afio -t -z -D \ | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v -b 10k - |------------------------------------------------------------ Kilobytes Out 0 afio: "-": No input |------------------------------------------------------------ At block 1. |------------------------------------------------------------ atenreiro@intranet:~$ |
From: André T. <and...@ac...> - 2010-03-02 22:26:09
|
$ dmesg|grep nst0 seems to have an empty output. Although as I stated in the previous email, this output seems to show that the tapes were working: |------------------------------------------------------------ | Backup start: Wed Feb 17 22:54:16 2010 | Backup end: Thu Feb 18 00:01:45 2010 |------------------------------------------------------------ At block 24937320. |------------------------------------------------------------ | Rewinding... | Compressing log (all.0.201002172000.gz) | Linking all.latest.gz -> all.0.201002172000.gz |------------------------------------------------------------ The tape seems to be correctly inserted and the ubuntu seems to detecting the drive: $ cat /proc/scsi/scsi Host: scsi1 Channel: 00 Id: 06 Lun: 00 Vendor: SEAGATE Model: DAT DAT72-052 Rev: A16E Type: Sequential-Access ANSI SCSI revision: 03 How can I find out what BlockSize shall I use? ______________________________ André Tenreiro IT Manager ACTIVE SPACE TECHNOLOGIES Tel: +351 239 700 333 Fax: +351 239 700 301 www.activespacetech.com ----- Original Message ----- From: "TeckniX" <lo...@gm...> To: "André Tenreiro" <and...@ac...> Cc: fle...@li... Sent: Tuesday, 2 March, 2010 20:04:09 GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [flexbackup-help] URGENT: Cannot list files can you confirm from your dmesg that it is connected? even if 2 days ago you were able to connect, doesn't mean it's still connecting now. Look in the dmesg for the nst0 outlook 2010/3/2 André Tenreiro < and...@ac... > I'm having problems reading from the TAPE using the -list command: atenreiro@intranet:~$ sudo flexbackup -list 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... unknown |------------------------------------------------------------ | Logging output to "flexbackup.list.201003021458.log" | Reading from CURRENT TAPE POSITION |------------------------------------------------------------ At block 0. |------------------------------------------------------------ | buffer -m 10m -p 75 -t -u 100 -i "/dev/nst0" | afio -t -z -D \ | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v - |------------------------------------------------------------ buffer (reader): failed to read input: Input/output error afio: "-": No input |------------------------------------------------------------ At block 0. |------------------------------------------------------------ atenreiro@intranet:~$ I did not create the tape, but I'm assuming that was successfully created with FlexBackup. I can see in the dmesg: [9713777.783758] st0: Incorrect block size. I'm using Ubuntu Server 8.04 x64. What can I do? How can I find out the correct Block Size? Regards, ______________________________ André Tenreiro IT Manager ACTIVE SPACE TECHNOLOGIES Tel: +351 239 700 333 Fax: +351 239 700 301 www.activespacetech.com ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ flexbackup-help mailing list fle...@li... https://lists.sourceforge.net/lists/listinfo/flexbackup-help |
From: TeckniX <lo...@gm...> - 2010-03-02 20:04:17
|
can you confirm from your dmesg that it is connected? even if 2 days ago you were able to connect, doesn't mean it's still connecting now. Look in the dmesg for the nst0 outlook 2010/3/2 André Tenreiro <and...@ac...> > I'm having problems reading from the TAPE using the -list command: > > atenreiro@intranet:~$ sudo flexbackup -list > > 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... unknown > |------------------------------------------------------------ > | Logging output to "flexbackup.list.201003021458.log" > | Reading from CURRENT TAPE POSITION > |------------------------------------------------------------ > At block 0. > |------------------------------------------------------------ > | buffer -m 10m -p 75 -t -u 100 -i "/dev/nst0" | afio -t -z -D \ > | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v - > |------------------------------------------------------------ > buffer (reader): failed to read input: Input/output error > afio: "-": No input > |------------------------------------------------------------ > At block 0. > |------------------------------------------------------------ > atenreiro@intranet:~$ > > > > I did not create the tape, but I'm assuming that was successfully created > with FlexBackup. > > I can see in the dmesg: [9713777.783758] st0: Incorrect block size. > > I'm using Ubuntu Server 8.04 x64. > > > What can I do? How can I find out the correct Block Size? > > > Regards, > > > ______________________________ > André Tenreiro > IT Manager > > ACTIVE SPACE TECHNOLOGIES > Tel: +351 239 700 333 > Fax: +351 239 700 301 > www.activespacetech.com > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > flexbackup-help mailing list > fle...@li... > https://lists.sourceforge.net/lists/listinfo/flexbackup-help > |
From: André T. <and...@ac...> - 2010-03-02 17:34:16
|
It's connected! I was able to backup files previously and rewind tapes. A previous backup (different TAPE): |------------------------------------------------------------ | Backup start: Wed Feb 17 22:54:16 2010 | Backup end: Thu Feb 18 00:01:45 2010 |------------------------------------------------------------ At block 24937320. |------------------------------------------------------------ | Rewinding... | Compressing log (all.0.201002172000.gz) | Linking all.latest.gz -> all.0.201002172000.gz |------------------------------------------------------------ ______________________________ André Tenreiro IT Manager ACTIVE SPACE TECHNOLOGIES Tel: +351 239 700 333 Fax: +351 239 700 301 www.activespacetech.com ----- Original Message ----- From: "TeckniX" <lo...@gm...> To: "André Tenreiro" <and...@ac...> Sent: Tuesday, 2 March, 2010 17:18:35 GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [flexbackup-help] URGENT: Cannot list files Is the tape even connected? Looks like the /dev/nst0 isn't connected since afio is saying no input... Check to see what is on /dev/nst0 2010/3/2 André Tenreiro < and...@ac... > I'm having problems reading from the TAPE using the -list command: atenreiro@intranet:~$ sudo flexbackup -list 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... unknown |------------------------------------------------------------ | Logging output to "flexbackup.list.201003021458.log" | Reading from CURRENT TAPE POSITION |------------------------------------------------------------ At block 0. |------------------------------------------------------------ | buffer -m 10m -p 75 -t -u 100 -i "/dev/nst0" | afio -t -z -D \ | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v - |------------------------------------------------------------ buffer (reader): failed to read input: Input/output error afio: "-": No input |------------------------------------------------------------ At block 0. |------------------------------------------------------------ atenreiro@intranet:~$ I did not create the tape, but I'm assuming that was successfully created with FlexBackup. I can see in the dmesg: [9713777.783758] st0: Incorrect block size. I'm using Ubuntu Server 8.04 x64. What can I do? How can I find out the correct Block Size? Regards, ______________________________ André Tenreiro IT Manager ACTIVE SPACE TECHNOLOGIES Tel: +351 239 700 333 Fax: +351 239 700 301 www.activespacetech.com ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ flexbackup-help mailing list fle...@li... https://lists.sourceforge.net/lists/listinfo/flexbackup-help |
From: André T. <and...@ac...> - 2010-03-02 15:21:18
|
I'm having problems reading from the TAPE using the -list command: atenreiro@intranet:~$ sudo flexbackup -list 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... unknown |------------------------------------------------------------ | Logging output to "flexbackup.list.201003021458.log" | Reading from CURRENT TAPE POSITION |------------------------------------------------------------ At block 0. |------------------------------------------------------------ | buffer -m 10m -p 75 -t -u 100 -i "/dev/nst0" | afio -t -z -D \ | /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z -v - |------------------------------------------------------------ buffer (reader): failed to read input: Input/output error afio: "-": No input |------------------------------------------------------------ At block 0. |------------------------------------------------------------ atenreiro@intranet:~$ I did not create the tape, but I'm assuming that was successfully created with FlexBackup. I can see in the dmesg: [9713777.783758] st0: Incorrect block size. I'm using Ubuntu Server 8.04 x64. What can I do? How can I find out the correct Block Size? Regards, ______________________________ André Tenreiro IT Manager ACTIVE SPACE TECHNOLOGIES Tel: +351 239 700 333 Fax: +351 239 700 301 www.activespacetech.com |
From: tm t. <tm....@gm...> - 2010-01-15 12:53:57
|
Hello guys just wanted to post something I found out and that was undocumented in the flexbackup manual, that might be helpful for people who are doing their backup by flexbackup and cron. I had flexbackup completing always when launched by command line and not completing when launched indentically by the /etc/crontab file. Same thing when written my own script, using flexbackup. After many tests I found out that there was a difference between the PATH= line in /etc/crontab and the PATH of the root user for an interactive login. When launched in interactive mode, my flexbackup script would use different commands/scripts than when launched by /etc/crontab. I checked the PATH of the interactive root shell this way: sudo bash echo $PATH and it was: /usr/lib/kde4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin Then I updated the PATH= line at the beginning of the /etc/crontab file with the same settings as before and everything worked perfectly. The previous setting was probably missing /usr/lib/kde4/bin and /usr/X11R6/bin and the other paths were in a different order (it was the default of Linux 8.04 LTS) Would be nice if the flexbackup team would point out which difference and which specific file caused flexbackup not working when launched by the default crontab. And would be also very nice for cron users in a next release of flexbackup to send the flexbackup.conf syntax OK message to STDOUT and not to STDERR, as someone already filed in the bugtrack some years ago. Tom |