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: s. k. <ke...@sp...> - 2005-03-08 17:05:20
|
What an ordeal. :-P First, thanks for flexbackup. I think it's just what I'm looking for. Once I have it actually working, it should be quite a nice tool. I've installed it on one of my servers (running Debian testing/Sarge). I created a user account which can do passwordless ssh logins to the server I'm trying to backup (Fedora Core 1 - Blecchh!). I spent some time trying to figure out how to get afio on FC1 and finally gave up and went with tar instead. I'm backing up to disk, not tape. To test it out, I ran (as root): flexbackup -set servhm where "servhm" is defined as "f.q.d.n:/home" in /etc/flexbackup.conf. That whipped along for quite a while, then complained: tar: ./bbuser/.bash_history: Warning: Cannot open: Permission denied tar: ./bbuser/.ssh: Warning: Cannot savedir: Permission denied then: Total bytes written: 886599680 (845MB, 694kB/s) 0+69304 records in 27721+1 records out 283866703 bytes transferred in 1254.644564 seconds (226253 bytes/sec) ERROR: non-zero exit from: ssh -l flexb f.q.d.n 'cd "/home" && find . -depth -xdev ! -type s ! \ -regex ".*/[Cc]ache/.*" ! -regex ".*~"$ -print0 | \ tar --create --null --files-from=- --ignore-failed-read \ --same-permissions --no-recursion --totals \ --label "level 0 f.q.d.n:/home Tue Mar 08 08:55:46 2005 tar+bzip2 from collector" \ --verbose --sparse -b 20 --file - | \ bzip2 -4; x=(${PIPESTATUS[@]}); i=0; while [ $i -lt ${#x[@]} ]; do [ ${x[$i]} -eq 0 ] || \ exit ${x[$i]}; i=$(($i+1)); done' | dd ibs=10k obs=10k conv=noerror \ of="/var/flexb/archive/f.q.d.n-home.0.tar.bz2" ERROR: exiting Why did it complain about bbuser and not the other users' files? The permissions on his home dir are the same as everyone else's and the perms on those files are correct. Why did it go through all that then blow away the archive it was creating? The index is still there, but no backup. Why does the flexbackup command prompt me for the flexbackup user's password? How am I supposed to stuff this into a cron job when that's going on? I'm making the flexbackup user do the remote stuff via sudo. What do I need to allow in /etc/sudoers for flexbackup to work? Thanks for any help you can offer. -- Any technology distinguishable from magic is insufficiently advanced. (*) http://www.spots.ab.ca/~keeling - - |
From: Lukasz S. <admin-flexbackup@k.telmark.waw.pl> - 2005-03-07 17:27:22
|
Greetings all. Here you are a script to get list of "stock" files for Slackware. sed -e '1,/^FILE LIST:/d' \ -e '/^install/d' \ -e '/^etc/d' \ -e '/\/$/d' /var/log/packages/* Let me descreibe each expression. #1 Jump a package description #2 The "install" directory is always removed by pkginstall just after the inslation so it doesn't mean anythig. #3 Skip configuration files, we always need them on the tape. #4 Skip directories, all descriptions are kept in the /var/log/packages directory, one file per package. Files look like this one ---workbone-2.40-i386-3--- PACKAGE NAME: workbone-2.40-i386-3 COMPRESSED PACKAGE SIZE: 11 K UNCOMPRESSED PACKAGE SIZE: 30 K PACKAGE LOCATION: workbone-2.40-i386-3.tgz PACKAGE DESCRIPTION: workbone: workbone (text-based CD player) workbone: workbone: WorkBone is a simple interactive tool for for playing audio CDs f= rom workbone: the Linux console. workbone: workbone: workbone: workbone: workbone: workbone: workbone: FILE LIST: =2E/ usr/bin/ usr/bin/workbone usr/doc/ usr/doc/workbone-2.40/ usr/doc/workbone-2.40/README usr/man/ usr/man/man1/ usr/man/man1/workbone.1.gz install/ install/slack-desc -------------------------- Best regards. --=20 |/ |_, _ .- --, Ju=BF z ka=BFdej strony pe=B3zn=B1, potworne =BF= =B1dze |__ |_|. | \ |_|. ._' /_. B=EAd=EA uprawia=B3 nierz=B1d, za pieni= =B1dze |
From: Breeijen, W.M. d. \(CTW\) <W.M...@ct...> - 2005-02-08 12:50:03
|
Does anybody know how to change the format of the date-part in the backup and log files? Now I get files like users.0.200502081010.gz and storage-usr-people.0.200502081010.tar.gz, but I prefer something like users.0.2005.02.08-10.10.gz and storage-usr-people.0.2005.02.08-10.10.tar.gz Which is much more human readable. There's no option in flexbackup.conf I think. Is it safe to just modify line 3690 from=20 $string =3D strftime("%Y%m%d%H%M", localtime($current_time)); to $string =3D strftime("%Y.%m.%d-%H.%M", localtime($current_time)); Thanks in advance, Wouter. |
From: Evgeniy Z. <ei...@ro...> - 2005-02-05 21:00:55
|
Hello Michel, Tuesday, February 1, 2005, 11:03:11 AM, you wrote: MG> I encountered the same problem. MG> Hope the following patch to flexbackup script solve your problem. MG> Not widely tested, maybe the bad way to do it, but it works on freebsd MG> flexbackup server with freebsd (using freebsd find) and solaris clients MG> (using gnu find). MG> So it will works probably in your environnement. Big thanks, Michel! With this patch my problem disappear. -- Best regards, Evgeniy mailto:ei...@ro... |
From: Michel G. <mic...@7i...> - 2005-02-01 08:03:22
|
Hello all, I encountered the same problem. Hope the following patch to flexbackup script solve your problem. Not widely tested, maybe the bad way to do it, but it works on freebsd flexbackup server with freebsd (using freebsd find) and solaris clients (using gnu find). So it will works probably in your environnement. --- /usr/local/bin/flexbackup.orig Sat Jan 29 19:29:49 2005 +++ /usr/local/bin/flexbackup Sun Jan 30 12:10:40 2005 @@ -780,6 +780,9 @@ close(LIST); } } + + # Check remote system's uname + &check_uname($remote); &log("| Backup of: $dir"); my $remove = ''; @@ -5413,6 +5416,34 @@ } else { print $::msg "$::shelltype{$host}\n"; } + +} + +# Check (remote) uname to use find with -E (FreeBSD) or not + +sub check_uname { + my $host = shift(@_); + my $pipecmd; + + $pipecmd = "uname -s"; + if ($host eq 'localhost') { + print $::msg "| Checking uname on this machine... "; + } else { + print $::msg "| Checking uname on $host... "; + $pipecmd = "$::remoteshell $host '" . $pipecmd . "'"; + } + if (!(open(PIPE,"$pipecmd 2>&1 |"))) { + return; + } + + while (<PIPE>) { + if (m/^(\S+)/) { + my $uname = $1; + $::uname = $uname; + print $::msg "$uname\n"; + } + } + close (PIPE); } Regards, Michel Gravey |
From: Charlie B. <cha...@e-...> - 2005-01-31 14:12:57
|
On Mon, 31 Jan 2005, Carlos A. Sepulveda M. wrote: > A Charlie Brady, el 29/01/05 01:43, se le ocurrio decir: > > On Fri, 28 Jan 2005, RYAN vAN GINNEKEN wrote: > > > >>does anyone know how to dump a samba directory ... > > > > You can't dump an smb file system (or maybe any remote file system). Try > > tar. Or star. Or do the backup on the system where the file system > > actually resides. > > What I do is to mount (smbmount) the directory and then use fb. Don't use dump for that filesystem (or any other network file system). -- Charlie |
From: Carlos A. S. M. <ca...@tu...> - 2005-01-31 12:58:20
|
A Charlie Brady, el 29/01/05 01:43, se le ocurrio decir: > On Fri, 28 Jan 2005, RYAN vAN GINNEKEN wrote: > > >>does anyone know how to dump a samba directory ... > > > You can't dump an smb file system (or maybe any remote file system). Try > tar. Or star. Or do the backup on the system where the file system > actually resides. > > -- What I do is to mount (smbmount) the directory and then use fb. some kind of smbmount //aguasanta/SandboxesPFP /mnt/aguasanta/PFP -o credentials=/root/.credentials if [ "$?" -eq $SUCCESS ] then flexbackup -set Aguasanta.PFP -full smbumount /mnt/aguasanta/PFP fi -- Carlos A. Sepulveda M. | JID: ca...@tu... http://www.tuxpan.com/casep | ICQ: 31472448 May the TUX be with You | user #292837 counter.li.org |
From: Charlie B. <cha...@e-...> - 2005-01-29 04:43:27
|
On Fri, 28 Jan 2005, RYAN vAN GINNEKEN wrote: > does anyone know how to dump a samba directory ... You can't dump an smb file system (or maybe any remote file system). Try tar. Or star. Or do the backup on the system where the file system actually resides. -- Charlie |
From: RYAN v. G. <mai...@co...> - 2005-01-28 20:02:47
|
does anyone know how to dump a samba directory i keep getting this error dump: /usr/local/samba/export/classic: unknown file system Kilobytes Out 0 ERROR: non-zero exit from: dump -0 -b 10 -a -f - /usr/local/samba/export/classic |
From: medspx <me...@te...> - 2005-01-26 19:54:32
|
Hello, I tried yesterday to implement a backup system on my new Debian Sarge server (so the flexbackup version is the Debian testing packet 1.2.1). I have to save ACL of my samba shares so, I have chosen to use flexbackup and star to make the job: a backup on an SDLT SCSI tape. The backup operation was quite good so I decided to go further with a restoration test. Then , I've faced two problems (perhaps bugs): - ACL wasn't restored at all. - Every GID/UID of directories where root/root (made the restoration with root account). For the first problem, I've found that if the star acl support is implemented in flexbackup script, it's not implemented in the restoration part. So I had to add two lines in the script: ###################################################################### # Extract files (maybe a list) to current directory ###################################################################### sub extract_routine { ... } elsif ($cfg::type eq 'star') { $cmd .= "$::path{star} -x "; if ($restore_files ne '') { $cmd .= "list=$newlist "; } $cmd .= "-p "; $cmd .= "$::star_fifo_flag "; $cmd .= "$::star_verb_flag "; $cmd .= "$::star_sparse_flag "; $cmd .= "H=$cfg::star_format "; <<----------------- This one was added $cmd .= "$::star_acl_flag "; <<-----------------This one was added $cmd .= "$::star_blocknum_flag "; $cmd .= "$::star_blk_flag "; $cmd .= "-B "; $cmd .= "file=-"; ... And it works OK ! I think that somebody forgot something for the extraction with star. But my second problem wasn't solved by adding those lines. After a few tests and checks, I managed to understand that the bug comes from the way the archive is build up on backup. I believe that passing a list of files and directories directly to star (by the command find in a pipe) is responsible of my problem. So, I've changed the code in the backup part in order to make star build it's own list of files to backup (just a * in the command line). Here are my changes: ###################################################################### # Return command to backup a directory using star ###################################################################### sub backup_star { my $label = shift(@_); my $dir = shift(@_); my $title = shift(@_); my $level = shift(@_); my $remote = shift(@_); my $cmd = ''; my @cmds; my $stamp = "$cfg::tmpdir/refdate.$PROCESS_ID"; my $remove = ''; if (defined($remote) and ($level != 0)) { my $time = &get_last_date($label, $level, 'numeric'); $cmd = "$::path{touch} -t \"$time\" $stamp"; push(@cmds, &maybe_remote_cmd($cmd, $remote)); $remove .= " $stamp"; } else { $stamp = &get_last_date($label, $level, 'filename'); } $cmd = "cd \"$dir\" && "; # $cmd .= &file_list_cmd($dir, $stamp, 'newline', $level, $remote); <<---- We do not want to use find # $cmd .= "| "; <<--- So this pipe is not used $cmd .= "$::path{star} -c "; # $cmd .= "list=- "; <<--- star command line manipulation $cmd .= "-p "; $cmd .= "-l "; # $cmd .= "-D "; <<---- We want to descend in the directories so no -D option $cmd .= "-B "; # $cmd .= "-dirmode "; <<--- same for dirmode if ($cfg::label ne 'false') { $cmd .= "VOLHDR=\"$title\" "; } $cmd .= "H=$cfg::star_format "; $cmd .= "$::star_fifo_flag "; $cmd .= "$::star_acl_flag "; $cmd .= "$::star_verb_flag "; $cmd .= "$::star_sparse_flag "; $cmd .= "$::star_atime_flag "; $cmd .= "$::star_blocknum_flag "; $cmd .= "$::star_blk_flag "; $cmd .= "file=- "; $cmd .= "* $::z"; <<---------- We simply add a joker * in order to go through the set (flexbackup set). ... With those changes in the script,all my backup/restore tests succeded... I hope this message helps people solving their problem of flexbackup use with star. But perhaps haven't you got the same problems and it is only a misconfiguration of something else ? Who knows ? Médéric RIBREUX (medspx) |
From: John H. B. I. <ben...@th...> - 2005-01-20 05:19:10
|
Hello, Has anyone done much testing with flexbackup using mbuffer and restoring from spanned tapes? It seems you can span tapes for the backup just fine, but people are having problems restoring files from the spanned tape. I am just curious, as I have been using flexbackup for quite a while, but am needing a solution that I can use to backup and restore data from multiple volume backups. Thanks, John Bennett |
From: Adam R. <aro...@ci...> - 2004-12-20 19:52:43
|
Hi All - Just thought I'd share what I needed to do to get v1.2.1 to run properly on Solaris. On line 849 of the flexbackup script, there is the following line: push(@cmds, "[ ! -e $result ]"); The "-e" test is not applicable to the standard Bourne shell, which would ultimately cause the script to error out with the following message: sh: test: argument expected Changing the line to read: push(@cmds, "[ ! -f $result ]"); results in a working script. Regards, -Adam |
From: <pru...@la...> - 2004-12-20 09:46:09
|
Le vendredi 17 D=E9cembre 2004 07:46, Computer King a =E9crit=A0: > I am having the same problems with /usr/src /usr/ports directories > > Pierluigi Di Lorenzo wrote: > >I'm a flexbackup user from about 4 months. > >I'm having problem using $prune option to exclude some directory. > >I'm backing up /home ($set{'backup'} =3D "/home";) using dump and I want= to > >exclude subdirectory /home/backup and /home/images/mondo > >I tried with variuos combinations like: > >$prune{'/'} =3D "backup images/mondo"; > >and others, with the same result of not excluding files from backup. > >I read faq, perhaps I don't understand how regex works :( > >Can someone explain how can I do this? > >Thank's in advance! Prune is per file systems, so use this : $prune{'/home'} =3D "backup images/mondo"; |
From: Computer K. <mai...@co...> - 2004-12-17 06:47:06
|
I am having the same problems with /usr/src /usr/ports directories Pierluigi Di Lorenzo wrote: >I'm a flexbackup user from about 4 months. >I'm having problem using $prune option to exclude some directory. >I'm backing up /home ($set{'backup'} = "/home";) using dump and I want to >exclude subdirectory /home/backup and /home/images/mondo >I tried with variuos combinations like: >$prune{'/'} = "backup images/mondo"; >and others, with the same result of not excluding files from backup. >I read faq, perhaps I don't understand how regex works :( >Can someone explain how can I do this? >Thank's in advance! > >-- >pierluigi di lorenzo > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://productguide.itmanagersjournal.com/ >_______________________________________________ >flexbackup-help mailing list >fle...@li... >https://lists.sourceforge.net/lists/listinfo/flexbackup-help > > > |
From: Pierluigi Di L. <li...@ep...> - 2004-12-16 21:55:00
|
I'm a flexbackup user from about 4 months. I'm having problem using $prune option to exclude some directory. I'm backing up /home ($set{'backup'} = "/home";) using dump and I want to exclude subdirectory /home/backup and /home/images/mondo I tried with variuos combinations like: $prune{'/'} = "backup images/mondo"; and others, with the same result of not excluding files from backup. I read faq, perhaps I don't understand how regex works :( Can someone explain how can I do this? Thank's in advance! -- pierluigi di lorenzo |
From: Evgeniy Z. <ei...@ro...> - 2004-12-10 15:27:30
|
Hello flexbackup-help, I use Flexbackup 1.2.1 for backup data by the machines scattered in a network. Flexbackup it is started under user 'backup' and for backuping data on remote machines it is used ssh-keys without password and with sudo-command. On the majority of machines as operational system stand Linux (Gentoo). The data normally backuping. But I have faced a problem at attempt to backup data on remote FreeBSD machine (start flexbackup occurs by the linux-machine): Flexbackup 1.2.1 Gentoo Linux ======= ssh =====> FreeBSD 5.3 The problem consists that $prune={"} directories are not ignored as the linux-machine transfers on the bsd-machine the next line (for example): ssh -l bbb remote-bsd 'cd "/home" && sudo find . -regex "\./\(ftp\|mysql\|backup/data\)/.*" -prune -o (using csh-shell, $prune={'remote-bsd:/home'} = "ftp mysql backup/data"; ) this list of directories are not prune from backup-list on FreeBSD-mashine. For FreeBSD it is necessary to specify in addition a key "-E" for find-utility and to NOT escape ("\|","\)"...) symbols "|", ")" and "(". Problem in that Flexbackup check of operational system goes only at start, i.e. by the local machine. And that fact, that a command will be executed on other OS, it is not taken (if start flexbackup with the same options directly on freebsd-mashine, all parameters, including "-E" are transferred the utility find correctly). Unfortunately, my knowledge does not suffice for correction of this problem. Someone can it already has solved? -- Best regards, Evgeniy mailto:ei...@ro... |
From: Markus B. <bl...@SC...> - 2004-12-07 11:04:12
|
Thank you for your quick answer. I also tried it without '.z' at the end, but it comes up with an error, can't remember it exactly And it also says in the FAQ: To quickly extract just a single file, use "-extract -onefile path/to/my/file", giving the path from the archive. To extract a list of multiple files, put them into a text file, for instance "restorelist", then use "-extract -flist restorelist". The format is one line per pathname, using the path of the file in the = archive. Note if you are using afio with compression you need to append ".z" to filenames for any compressed files (depends on threshold and exclusion patterns). But anyway why does it say "succesful"? > -----Urspr=FCngliche Nachricht----- > Von: Michele Cerioni [mailto:mi...@pr...] > Gesendet: Dienstag, 7. Dezember 2004 11:28 > An: 'fle...@li...' > Betreff: Re: [flexbackup-help] Flexbackup extract problem >=20 >=20 > You can try to do > flexbackup -extract -num 1 -onefile=20 > CategorieManagementEinkauf/Kunden/Hersteller/Software/Konsi/te > wi/Masterlisten/Masterliste_Tewi_aktuell.xls=20 >=20 >=20 > without z at to the end. >=20 > Michele >=20 > Markus Blasl wrote: > > =20 > > =20 > > =20 > > | Extracting single file=20 > > CategorieManagementEinkauf/Kunden/Hersteller/Software/Konsi/te > > wi/Masterlisten/Masterliste_Tewi_aktuell.xls.z > > | buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/nst0" |=20 > afio -i -w \ > > | /tmp/extract.15396 -z -x -D /usr/bin/flexbackup -P gzip=20 > > -Q -d -Q -q -Z \ > > | -v -b 10k - > > |------------------------------------------------------------ > > =20 > > Volume Label: > > level 0 /daten2/Abteilung Thu Dec 02 22:03:28 2004 afio+gzip=20 > > from SV250L01.proreserv250.intra > > =20 > > CONTROL_FILE/flexbackup.volume_header_info -- okay > > afio: 6984m+571k+463 bytes read in 2863 seconds. The=20 > > operation was successful. > > Kilobytes Out 7152190 > > |------------------------------------------------------------ > > At block 715220. > > |------------------------------------------------------------ > > =20 > > =20 |
From: Michele C. <mi...@pr...> - 2004-12-07 10:27:58
|
You can try to do flexbackup -extract -num 1 -onefile CategorieManagementEinkauf/Kunden/Hersteller/Software/Konsi/tewi/Masterlisten/Masterliste_Tewi_aktuell.xls without z at to the end. Michele Markus Blasl wrote: > Hello all, > > I have a problem, I can't extract a file that is on my Backup-Tape > I know, that it is on my tape, as it shows up, when doing a > > > [root@SV250L01 Abteilung]# flexbackup -num 1 -list > list.txt & > [root@SV250L01 Abteilung]# grep Masterliste_Tewi_aktuell list.txt > -rwxrwxr-x 1 stagliaferro Benutzer 495210 Dec 2 11:10:42 2004 > CategorieManagementEinkauf/Kunden/Hersteller/Software/Konsi/tewi/Masterliste > n/Masterliste_Tewi_aktuell.xls -- compressed > [root@SV250L01 Abteilung]# > > When trying to extract that file, I do the following: > > > [root@SV250L01 Abteilung]# pwd > /daten2/Abteilung > [root@SV250L01 Abteilung]# flexbackup -extract -num 1 -onefile > CategorieManagementEinkauf/Kunden/Hersteller/Software/Konsi/te > wi/Masterlisten/Masterliste_Tewi_aktuell.xls.z > > > The output says, that everything was ok and that the file should be > extracted, but i can'T find it afterwards : > > 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.200412062057.log" > | Positioning tape at file number 1 > |------------------------------------------------------------ > At block 1. > |------------------------------------------------------------ > | Extracting single file > CategorieManagementEinkauf/Kunden/Hersteller/Software/Konsi/te > wi/Masterlisten/Masterliste_Tewi_aktuell.xls.z > | buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/nst0" | afio -i -w \ > | /tmp/extract.15396 -z -x -D /usr/bin/flexbackup -P gzip > -Q -d -Q -q -Z \ > | -v -b 10k - > |------------------------------------------------------------ > > Volume Label: > level 0 /daten2/Abteilung Thu Dec 02 22:03:28 2004 afio+gzip > from SV250L01.proreserv250.intra > > CONTROL_FILE/flexbackup.volume_header_info -- okay > afio: 6984m+571k+463 bytes read in 2863 seconds. The > operation was successful. > Kilobytes Out 7152190 > |------------------------------------------------------------ > At block 715220. > |------------------------------------------------------------ > > > > > If anyone could help on this, I would really appreciate it. > Thanks in advance, > Markus Blasl > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > flexbackup-help mailing list > fle...@li... > https://lists.sourceforge.net/lists/listinfo/flexbackup-help > |
From: Markus B. <bl...@SC...> - 2004-12-07 09:01:17
|
Hello all, I have a problem, I can't extract a file that is on my Backup-Tape I know, that it is on my tape, as it shows up, when doing a [root@SV250L01 Abteilung]# flexbackup -num 1 -list > list.txt & [root@SV250L01 Abteilung]# grep Masterliste_Tewi_aktuell list.txt -rwxrwxr-x 1 stagliaferro Benutzer 495210 Dec 2 11:10:42 2004 CategorieManagementEinkauf/Kunden/Hersteller/Software/Konsi/tewi/Masterliste n/Masterliste_Tewi_aktuell.xls -- compressed [root@SV250L01 Abteilung]# When trying to extract that file, I do the following: [root@SV250L01 Abteilung]# pwd /daten2/Abteilung [root@SV250L01 Abteilung]# flexbackup -extract -num 1 -onefile CategorieManagementEinkauf/Kunden/Hersteller/Software/Konsi/te wi/Masterlisten/Masterliste_Tewi_aktuell.xls.z The output says, that everything was ok and that the file should be extracted, but i can'T find it afterwards : 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.200412062057.log" | Positioning tape at file number 1 |------------------------------------------------------------ At block 1. |------------------------------------------------------------ | Extracting single file CategorieManagementEinkauf/Kunden/Hersteller/Software/Konsi/te wi/Masterlisten/Masterliste_Tewi_aktuell.xls.z | buffer -m 10m -p 75 -s 10k -t -u 100 -i "/dev/nst0" | afio -i -w \ | /tmp/extract.15396 -z -x -D /usr/bin/flexbackup -P gzip -Q -d -Q -q -Z \ | -v -b 10k - |------------------------------------------------------------ Volume Label: level 0 /daten2/Abteilung Thu Dec 02 22:03:28 2004 afio+gzip from SV250L01.proreserv250.intra CONTROL_FILE/flexbackup.volume_header_info -- okay afio: 6984m+571k+463 bytes read in 2863 seconds. The operation was successful. Kilobytes Out 7152190 |------------------------------------------------------------ At block 715220. |------------------------------------------------------------ If anyone could help on this, I would really appreciate it. Thanks in advance, Markus Blasl |
From: Darrick H. <dha...@dj...> - 2004-12-07 04:49:02
|
Reading the FAQ AFTER the fact looks like I may have a serious problem. I backed up a directory using flexbackup with tar and bzip2 compression. I'm using flexbackup 1.2.1 with mbuffer. During the backup, flexbackup prompted me for a second tape. I put in the second tape and pressed enter (as prompted) to continue. Now I am unable to extract the data from the second tape. I'm not concerned about the file at the transition point, but I need the remaining data after that point. Below is a list of the commands I used, and the results. I appreciate any help. Going forward, it looks like one tape is the best way to go. Thanks, Darrick root@media:/mnt/raid# mt -f /dev/nst0 rewind root@media:/mnt/raid# mt -f /dev/nst0 fsf 1 root@media:/mnt/raid# flexbackup --extract flexbackup version 1.2.1 (http://flexbackup.sourceforge.net) /etc/flexbackup.conf syntax OK |------------------------------------------------------------ | Checking 'mbuffer' on this machine... Ok | Checking /bin/sh on this machine... bash2 |------------------------------------------------------------ | Logging output to "flexbackup.extract.200412062241.log" | Reading from CURRENT TAPE POSITION |------------------------------------------------------------ At block 363078. |------------------------------------------------------------ | mbuffer -q -m 100M -p 75 -f -i "/dev/nst0" | bzip2 -d | tar --extract \ | --totals --same-permissions --verbose --sparse -B --file - |------------------------------------------------------------ bzip2: Compressed file ends unexpectedly; perhaps it is corrupted? *Possible* reason follows. bzip2: Invalid argument Input file = (stdin), output file = (stdout) It is possible that the compressed file(s) have become corrupted. You can use the -tvv option to test integrity of such files. You can use the `bzip2recover' program to attempt to recover data from undamaged sections of corrupted files. |------------------------------------------------------------ At block 363078. -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com |
From: Dawid C. <qb...@f-...> - 2004-12-06 17:18:38
|
Helo. I have a problem while making backup with flexbackup. I have $set{'bkp-all'} = "/"; $prune{'/'} = "tmp proc backup var/spool/squid home/users" When i do flexbackup -set bkp-all -full some things really do backup, but i see in log that the whole 'home' is not even mentioned in log. 'bin' 'usr' 'root' are present but without their contents. What is wrong ? What do i wrong ? Thanks for any help. -- Pozdrawiam, Dawid Chrzan http://f-net.pl qba...@f-... RLU#212729 net/sys administrator /* ujawnienie kodu spowoduje wyciek danych z systemu */ |
From: Michele C. <mi...@pr...> - 2004-12-02 10:12:49
|
Hi, I'm using flexbackup 1.2.1 from few days, with afio and gzip to compress file. Everythings is Ok if I use flexbackup with root permission, but I need to use it with nobody permission. I created a file wrapper to have root permission and put to 4755 permission to afio,tee,touch commands. Now I can backup with user nobody any files with root permission. The only problem I have is in the extract operation. With user nobody I can extract files, but the owner of these files is always nobody, and not the original user. Can someone help me? Michele |
From: Mick E. <Mic...@ub...> - 2004-11-18 09:08:00
|
Hi Scot, Yes that's the problem. The timestamp files aren't being created. The directory exists and I am running as root so it shouldn't be a permissions problem. I have the following in my config: $stampdir = '/var/lib/flexbackup'; # directory for backup timestamps and dumpdates is set to false: # True to use /etc/dumpdates (could mess things up if you dump subdirectories # of mount points). False to use flexbackup's timestamps. $dump_use_dumpdates = 'false'; I am using tar to create the backups. I am not getting any errors when the full backup is created. Regards, Mick. ***************************************************************************************************************************** The information contained in this email and any attachments is likely to be confidential and legally privileged, and is for the intended recipient named above only. Any copying, dissemination, disclosure of or use of this email or its attachments unless authorised by us is prohibited, except that you may forward this email and/or attachments to a third party on a strict "need to know" basis. If you have received this email in error, please notify us immediately by forwarding the email to le...@ub.... Please then delete this email and any full or partial copies of it. You as the intended recipient must be aware and accept that email is not a totally secure communications medium. Although we have taken all reasonable steps to make sure this email and any attachments are free from viruses, we do not (to the extent permitted by law) accept any liability whatsoever for any virus infection and/or compromise of security caused by this email and any attachment. No contract may be formed or documents served by you on or with us by this email or any attachments unless expressly agreed otherwise by us. Any views expressed in this email or attachments by an individual are not necessarily those of any UbiNetics company. |
From: Scott C. <sc...@bn...> - 2004-11-17 14:57:26
|
On Wednesday 17 November 2004 05:28, Mick England wrote: > > Can't do a level 1 backup - no level 0 timestamp found > at /usr/bin/flexbackup line 2288 > ... > I have been unable to find an explanation of this error either here or > elswhere. If anyone can shed any light on this I would greatly > appreciate it. Time stamps are files placed in the '$stampdir' directory (which is set to '/var/lib/flexbackup' in the default /etc/flexbackup.conf file). Are there any files in that directory? Scott -- * Scott Coburn * Brookhaven National Laboratory * sc...@bn... 631.344.7110 * This message brought to you by Debian Linux. |
From: Mick E. <Mic...@ub...> - 2004-11-17 10:28:54
|
Hi all, While attempting to do a level 1 backup following a level 0 I get the following error: Can't do a level 1 backup - no level 0 timestamp found at /usr/bin/flexbackup line 2288 I have checked the list archive and read the posts at http://sourceforge.net/mailarchive/forum.php?thread_id=5191099&forum_id=21263 I have been unable to find an explanation of this error either here or elswhere. If anyone can shed any light on this I would greatly appreciate it. Regards, Mick. ***************************************************************************************************************************** The information contained in this email and any attachments is likely to be confidential and legally privileged, and is for the intended recipient named above only. Any copying, dissemination, disclosure of or use of this email or its attachments unless authorised by us is prohibited, except that you may forward this email and/or attachments to a third party on a strict "need to know" basis. If you have received this email in error, please notify us immediately by forwarding the email to le...@ub.... Please then delete this email and any full or partial copies of it. You as the intended recipient must be aware and accept that email is not a totally secure communications medium. Although we have taken all reasonable steps to make sure this email and any attachments are free from viruses, we do not (to the extent permitted by law) accept any liability whatsoever for any virus infection and/or compromise of security caused by this email and any attachment. No contract may be formed or documents served by you on or with us by this email or any attachments unless expressly agreed otherwise by us. Any views expressed in this email or attachments by an individual are not necessarily those of any UbiNetics company. |