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: Simon M. <sim...@ch...> - 2003-11-20 08:15:33
|
Hi, I tried to setup flexbackup cronjobs where I pipe the output to some othe= r program. Unfortunately It doesn't work as I expected: [root@backup root]# flexbackup -set snapshots -incremental | sendalert ba= ckup /etc/flexbackup.conf syntax OK Did I miss something here? Thanks, Simon |
From: Edwin H. <ed...@co...> - 2003-11-20 04:39:39
|
[ cl...@vv... wrote: ] > First One: Is it possible to define a Tapename on which the Backup Data > should go. If the wrong Backup is inside the TapeDrive, no backup is > made, and I recive an Error via E-Mail. Nope, no such facility exists now. It does use a numeric "index key" for each tape, so this kind of thing could be added, perhaps like: run a command such as "flexbackup -dir xxxxxxxx -tapekey 12345678" when about to do a a backup get tape index off the drive (code already does this) compare to desired key if not equal, exit > Second One: Is it possible to throw out the Tape when backup finished > successfull? One small think, but nice Feature ;o) Not all tapes drives support that operation. Someone sent a simple suggestion the other day though (flexbackup <whatever> && mt offline) > Third One: > I have here 12 Tapes. 6 per Week. Every Day, excluding Sunday, a Full > Backup should be done, overwriting the Tape Content that exists on the > Tape (if the right Tape is insight, see point 2). When Week ends the > Tapes are switched. The Tapes from the 'last' week are placed in an > secret Place, and the other 6 Tapes are written. When next week is gone, > the Tape from the Secret Place came back, and will be used for > Backups. (I hope you got me right ;o) Is it possible with FlexBackup? I think that's just a methodology question. Sure, you can arrange it however you want. "flexbackup -level 0 -erase" will wipe the tape and do a full backup every day if you want it to.... swap the tapes as much as you like. As mentioned above, there is no label-checking mechanism currently. -- Edwin Huffstutler ed...@co... GnuPG Key ID: AE782DC9 |
From: Simon M. <sim...@ch...> - 2003-11-18 14:50:15
|
> Hi, > > i'm searching for a backup tool that fit to my needs. I found Flexbacku= p. > It seems to make really all thinks I need. But i've some questions left= , > which could not be answered via Docs or Mailinglist Archives. > > First One: > Is it possible to define a Tapename on which the Backup Data should go.= If > the wrong Backup is inside the TapeDrive, no backup is made, and I reci= ve > an Error via E-Mail. > > Second One: > Is it possible to throw out the Tape when backup finished successfull? = One > small think, but nice Feature ;o) Maybe you want to call flexbackup like this: flexbackup -set all && mt offl That's all you need. > > Third One: > I have here 12 Tapes. 6 per Week. Every Day, excluding Sunday, a Full > Backup should be done, overwriting the Tape Content that exists on the > Tape (if the right Tape is insight, see point 2). When Week ends the Ta= pes > are switched. The Tapes from the 'last' week are placed in an secret > Place, and the other 6 Tapes are written. When next week is gone, the T= ape > from the Secret Place came back, and will be used for Backups. (I hope = you > got me right ;o) > Is it possible with FlexBackup? > > Thanks for you help. Hope you've got a nice Day. > > Greetings > > clynx > |
From: Bill V. P. <bi...@ch...> - 2003-11-18 14:18:45
|
Hello, I setup ssh keys, and they are working just fine, but when flexbackup runs, it still asks for the password. Thanks. Bill Van Pelt Systems Administrator Choopa LLC --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.541 / Virus Database: 335 - Release Date: 11/14/2003 |
From: <cl...@vv...> - 2003-11-18 12:50:10
|
Hi, i'm searching for a backup tool that fit to my needs. I found Flexbackup. It seems to make really all thinks I need. But i've some questions left, which could not be answered via Docs or Mailinglist Archives. First One: Is it possible to define a Tapename on which the Backup Data should go. If the wrong Backup is inside the TapeDrive, no backup is made, and I recive an Error via E-Mail. Second One: Is it possible to throw out the Tape when backup finished successfull? One small think, but nice Feature ;o) Third One: I have here 12 Tapes. 6 per Week. Every Day, excluding Sunday, a Full Backup should be done, overwriting the Tape Content that exists on the Tape (if the right Tape is insight, see point 2). When Week ends the Tapes are switched. The Tapes from the 'last' week are placed in an secret Place, and the other 6 Tapes are written. When next week is gone, the Tape from the Secret Place came back, and will be used for Backups. (I hope you got me right ;o) Is it possible with FlexBackup? Thanks for you help. Hope you've got a nice Day. Greetings clynx |
From: <t....@vv...> - 2003-11-18 12:26:48
|
Hi, i'm searching for a backup tool that fit to my needs. I found Flexbackup. It seems to make really all thinks I need. But i've some questions left, which could not be answered via Docs or Mailinglist Archives. First One: Is it possible to define a Tapename on which the Backup Data should go. If the wrong Backup is inside the TapeDrive, no backup is made, and I recive an Error via E-Mail. Second One: Is it possible to throw out the Tape when backup finished successfull? One small think, but nice Feature ;o) Third One: I have here 12 Tapes. 6 per Week. Every Day, excluding Sunday, a Full Backup should be done, overwriting the Tape Content that exists on the Tape (if the right Tape is insight, see point 2). When Week ends the Tapes are switched. The Tapes from the 'last' week are placed in an secret Place, and the other 6 Tapes are written. When next week is gone, the Tape from the Secret Place came back, and will be used for Backups. (I hope you got me right ;o) Is it possible with FlexBackup? Thanks for you help. Hope you've got a nice Day. Greetings clynx |
From: Patrizio R. <pat...@la...> - 2003-11-14 13:15:19
|
Hello, I Noticed that the problem of backup with 2 dirs doesn't occurs when I backup without compression, but I can't understand why I have problems when I use afio+gzip. Someone knows the response? Many thanks Patrizio Rullo |
From: Paul F. <P....@d2...> - 2003-11-11 01:16:52
|
Hi all. I have one particular box that fails to backup every now and then.=20 It has a Sony DDS3 SCSI tape drive, on an Adaptec SCSI controller. The problem is that the backup process seems to freeze, and I am unable to completely kill it. I have searched the net for days trying to resolve this problem, if you could be on any assistance, it would me much appreciated. This is how the processes appears after a failed backup. -------------------------------------------------------- 27242 ? S 0:00 /bin/sh /sbin/e-smith/backup 27257 ? S 0:00 /usr/bin/perl -w /usr/bin/flexbackup -fs all 27287 ? S 0:00 sh -c ((dump -0 -b 32 -a -f - / | gzip -4) | buffer -m 3m -s 32k -u 100 -t -p 75 -B -o /dev/nst0) 27288 ? S 0:00 sh -c ((dump -0 -b 32 -a -f - / | gzip -4) | buffer -m 3m -s 32k -u 100 -t -p 75 -B -o /dev/nst0) 27289 ? S 0:00 tee -a /var/log/flexbackup/all.0.20031109 27291 ? S 0:07 buffer -m 3m -s 32k -u 100 -t -p 75 -B -o /dev/nst0 27294 ? S 0:01 buffer -m 3m -s 32k -u 100 -t -p 75 -B -o /dev/nst0 It failed on the 9th after running fine for about two weeks, the duplicate processes are from the job trying to start the next night. After killing the buffer process 27294 it appears like this: ------------------------------------------------------------ 27294 ? Z 0:01 [buffer <defunct>] This makes me think it has something to do with it. Following is a copy of the logs for the 9th, and my flexbackup.conf file. Any help would be appreciated. Copy of the backup log: |------------------------------------------------ | Doing level 0 backup of all using dump | Retensioning tape... | Rewinding & erasing tape... | Creating index key 200311090203.00 | Tape #0 | Filesystems =3D / /boot |------------------------------------------------ At block 1. |------------------------------------------------ | File number 1, index key 200311090203.00 | Backup of: / | Date of this level 0 backup: Sun Nov 09 02:03:08 2003 | Date of last level 0 backup: the epoch |------------------------------------------------ | (dump -0 -b 32 -a -f - / | gzip -4) | buffer -m 3m -s 32k -u 100 -t -p 75 -B \ | -o /dev/nst0=20 |------------------------------------------------ DUMP: Date of this level 0 dump: Sun Nov 9 02:03:08 2003 DUMP: Dumping /dev/hda3 (/) to standard output DUMP: Added inode 8 to exclude list (journal inode) DUMP: Added inode 7 to exclude list (resize inode) DUMP: Label: / DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 2318820 tape blocks. DUMP: Volume 1 started with block 1 at: Sun Nov 9 02:03:21 2003 DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: 22.11% done at 1709 kB/s, finished in 0:17 DUMP: 41.78% done at 1614 kB/s, finished in 0:13 DUMP: 54.91% done at 1414 kB/s, finished in 0:12 DUMP: Broken pipe DUMP: The ENTIRE dump is aborted. --------------- -The conf file- --------------- $afio_echo_block =3D 'false'; $afio_compress_threshold =3D '3'; $afio_compress_cache_size =3D '2'; $blksize =3D '32'; $mt_var_blksize =3D 'true'; $buffer =3D 'true'; =20 $buffer_megs =3D '3'; =20 $pad_blocks =3D 'true'; =20 $compress =3D 'gzip'; =20 $compr_level =3D '4'; =20 $cpio_format =3D 'newc'; $device =3D '/dev/nst0'; $dump_length =3D '0'; $dump_use_dumpdates =3D 'false'; $erase_rewind_only =3D 'true'; $erase_tape_all_level_zero =3D 'true'; $exclude_expr[0] =3D 'news/articles'; $exclude_expr[1] =3D '.*~$'; =20 $remoteshell =3D 'ssh'; =20 $verbose =3D 'true'; =20 $sparse =3D 'true'; =20 $indexes =3D 'true'; =20 $logdir =3D "/var/log/flexbackup"; =20 $stampdir =3D "/var/state/flexbackup";=20 $index =3D "$stampdir/index"; =20 $comp_log =3D "gzip"; =20 $prefix =3D ""; =20 $sprefix =3D ""; =20 $tmpdir =3D "/tmp"; =20 $nocompress_types =3D 'mp3 Z z gz gif zip lha jpeg jpg taz tgz deb rpm bz2'; $tar_echo_record_num =3D 'false'; $tar_atime_preserve =3D 'true'; $traverse_fs =3D 'false'; $filesystems[0] =3D '/ /boot'; $type =3D 'dump'; |
From: Holger K. <ku...@el...> - 2003-11-05 19:06:40
|
Hi, The "label" feature ($label = 'true'; in the config file) uses touch to create a file named with the information about the current backup job. This file is stored within the source tree of the files to be backed up and then deleted after completion. If you backup a Windows share the filename of this file can not contain any colons, which are used as delimiters for the timestamp. Colons are not allowed in a Windows file name and touch will fail with an error message that the file can not be found. As a workaround the label option in the config file can be set to "false" and the backup will work fine from a windows share. To fix this I would suggest to alter the timestamp not to contain any colons. Observed on: -OS: Freebsd 4.9 -Flexbackup: 1.2.1 Regards, Holger |
From: Edwin H. <ed...@co...> - 2003-10-26 01:17:21
|
[ Jonas Liljenfeldt wrote: ] > In the end of the logs I can read: > > ERROR from backup, exiting > offending command(s): > cd "/" && (printf "//--/tmp/label.5968 flexbackup.volume_header_info\n" > && find . -regex "\./\(.*_backup_\|proc\|film\|tmp\|musik\)/.*" -prune > -o -xdev ! -type s \( -newer "/var/lib/flexbackup/root.3" -or -cnewer > "/var/lib/flexbackup/root.3" \) ! -regex ".*/[Cc]ache/.*" ! -regex > ".*~"$ -print ) | afio -o -E /tmp/nocompress.5968 -z -1 m -P gzip -Q -4 > -Z -M 2m -T 3k -v -b 10k - | buffer -m 10m -p 75 -s 10k -t -u 100 -B -o > "/dev/nst0" > > I seems to get this error regardless if I am "backuping" from a windows > share or a native linux partition. Hard to tell what's actually wrong with just the bottom snippet. But there was some sort of error from find, buffer and/or afio. You need to scroll up in the log and find the problem, or turn verbose off to make it easier to see. (or run with "--igrnore-errors") > I don't know if the error above is connected to my other question. How > should I get pruning to work? I wan't to exclude to directories with > large files. For the moment I have tried this: > $set{'jonas'} = "/mnt/barton_jonas"; > $prune{'jonas'} = "musik film"; > > I want it to don't care about the dirs "musik" and "film" in the mounted > samba share "/mnt/barton_jonas" Use this: (the prune key is the filesystem not the set name) $set{'jonas'} = "/mnt/barton_jonas"; $prune{'/mnt/barton_jonas'} = "musik film"; -- Edwin Huffstutler ed...@co... GnuPG Key ID: AE782DC9 |
From: Edwin H. <ed...@co...> - 2003-10-26 00:33:12
|
[ Robert Feldt wrote: ] > Thanks for flexbackup; it's really helpful. Thanks! > I use flexbackup to backup my notebook which I move between work and > home. I want to be able to backup to different devices depeding on where > I am. Reason is that at work I backup to a network disc which is not > mapped when I'm at home. I guess I can get it to work by having two > alternative conf files but I'd much rather have a "device" flag which > would override the default choice. Any thoughts on this? It's already there: flexbackup -device <whatever> ... will override the config file setting. -- Edwin Huffstutler ed...@co... GnuPG Key ID: AE782DC9 |
From: Robert F. <Rob...@ht...> - 2003-10-25 23:01:27
|
Hi, Thanks for flexbackup; it's really helpful. I use flexbackup to backup my notebook which I move between work and=20 home. I want to be able to backup to different devices depeding on where=20 I am. Reason is that at work I backup to a network disc which is not=20 mapped when I'm at home. I guess I can get it to work by having two=20 alternative conf files but I'd much rather have a "device" flag which=20 would override the default choice. Any thoughts on this? Thanks, --=20 Robert Feldt rob...@ht... tel: +46-520-475072, mob:+46-733-580580 Senior Lecturer of Software Engineering, PhD Dept. of Informatics and Mathematics, HTU P.O. Box 957, SE-461 29 Trollh=E4ttan, SWEDEN |
From: Patrizio R. <pat...@la...> - 2003-10-25 22:28:24
|
Hello, I have a set called "public12" with 2 directories, "/shared/Public1" and "/shared/Public2". These are 2 samba server shared dirs. I do backup through cron on a OnStream DI-30 tape, on device "/dev/nst0". I use afio+gzip, compression 4. The problem is that flexbackup only put on tape the first directory. Here is the text of the log file: |------------------------------------------------------------ | Doing level 0 backup of set public12 using afio | Retensioning tape... | Rewinding & erasing tape... | Creating index key 200310172227 | Backup set "public12" (/shared/Public1 /shared/Public2) | Tape #0 |------------------------------------------------------------ At block 768. |------------------------------------------------------------ | File number 1, tape index 200310172227 | Backup of: /shared/Public1 | Date of this level 0 backup: Fri Oct 17 22:28:12 2003 | Date of last level 0 backup: the epoch |------------------------------------------------------------ | printf "mp3 MP3 Z z gz gif zip ZIP lha jpeg jpg JPG taz tgz deb rpm bz2 \ | lzo" > /tmp/nocompress.21059 | printf "Volume Label:\nlevel 0 /shared/Public1 Fri Oct 17 22:28:12 2003 \ | afio+gzip from lserverx\n\n" > /tmp/label.21059 | cd "/shared/Public1" && (printf "//--/tmp/label.21059 \ | flexbackup.volume_header_info\n" && find . -depth -xdev ! -type s ! \ | -regex ".*/[Cc]ache/.*" ! -regex ".*~"$ -print ) | afio -o -E \ | /tmp/nocompress.21059 -z -1 m -P gzip -Q -4 -Z -M 2m -T 3k -v -b 32k - \ | | dd ibs=32k obs=32k conv=noerror,sync of="/dev/nst0" | rm -f /tmp/nocompress.21059 /tmp/label.21059 |------------------------------------------------------------ Someone could help me? I'm desperated :( Many thanks, Patrizio Rullo |
From: Jonas L. <jon...@st...> - 2003-10-25 07:04:05
|
Flexbackup works good in many ways but I still have some problems with my backups. In the end of the logs I can read: ERROR from backup, exiting offending command(s): cd "/" && (printf "//--/tmp/label.5968 flexbackup.volume_header_info\n" && find . -regex "\./\(.*_backup_\|proc\|film\|tmp\|musik\)/.*" -prune -o -xdev ! -type s \( -newer "/var/lib/flexbackup/root.3" -or -cnewer "/var/lib/flexbackup/root.3" \) ! -regex ".*/[Cc]ache/.*" ! -regex ".*~"$ -print ) | afio -o -E /tmp/nocompress.5968 -z -1 m -P gzip -Q -4 -Z -M 2m -T 3k -v -b 10k - | buffer -m 10m -p 75 -s 10k -t -u 100 -B -o "/dev/nst0" I seems to get this error regardless if I am "backuping" from a windows share or a native linux partition. All my configured sets aren't always accessible (due to the fact that some machines are shutdown some nights). I don't know if the error above is connected to my other question. How should I get pruning to work? I wan't to exclude to directories with large files. For the moment I have tried this: $set{'jonas'} = "/mnt/barton_jonas"; $prune{'jonas'} = "musik film"; I want it to don't care about the dirs "musik" and "film" in the mounted samba share "/mnt/barton_jonas" Thanks in advance Jonas |
From: Edwin H. <ed...@co...> - 2003-10-23 00:47:59
|
[ Scott Coburn wrote: ] > I do my backups to a separate disk on the local computer > (and then copy the images to a second computer) and I would > like to have each of the 'big' users go into their own image > file, and then all of the others go into one other image file. > > I would like to do something like this: > > $set{'home-fred'} = '/home/fred'; > $set{'home-wilma'} = '/home/wilma'; > $set{'home-barney'} = '/home/barney'; > $set{'home-other'} = '/home/"everyone-else"'; > > and then: > > $prune{'/home'} = "fred wilma barney"; > > but I see that this is probably not how the 'prune' stuff works, > so this will not do what I want it to. > > I need a $prune{'home-other'} = "fred wilma barney"; or some such. Actually it will work this way: $set{'home-fred'} = '/home/fred'; $set{'home-wilma'} = '/home/wilma'; $set{'home-barney'} = '/home/barney'; $set{'home-other'} = '/home'; $prune{'/home'} = "fred wilma barney"; Test it with "-type filelist" perhaps if you want to verify its doing the correct thing before burning gigs of disk space. In fact, you don't even need to make multiple sets (unless you specifically want to run the jobs at different times or in parallel). You can do: $set{'allhomes'} = '/home /home/fred /home/wilma /home/barney'; $prune{'/home'} = "fred wilma barney"; And you'll still get 4 separate archives when you do "flexbackup -set allhomes". They will run in one job, serially, and make one log file. But 4 archive files. Should do the exclusion correctly. > Or, I need something like: > > $set{'home-af'} = "/home/[a-f]*"; > $set{'home-gm'} = "/home/[g-m]*"; > $set{'home-ns'} = "/home/[n-s]*"; > $set{'home-tz'} = "/home/[t-z]*"; Hmm.. It doesn't let you do that right now, but its something to ponder. Hope this helps, -Edwin -- Edwin Huffstutler ed...@co... GnuPG Key ID: AE782DC9 |
From: Charlie B. <cha...@mi...> - 2003-10-22 15:32:56
|
On Tue, 21 Oct 2003, Richard (Accent) wrote: > On my SME6.0 server, flexbackup fails with the following message: > > Backup terminated: pre-backup failed - status: 256 > > Does anybody know what this causes? "pre-backup" suggests that it has nothing to do with flexbackup itself. Please check your log files, and ask your question on the e-smith.org bulletin board. -- Charlie Brady cha...@mi... Mitel Networks Corporation http://www.mitel.com/ Phone: +1 (613) 592 5660 or 592 2122 Fax: +1 (613) 592 1175 |
From: Scott C. <sc...@bn...> - 2003-10-22 14:54:53
|
Hello, I have been using flexbackup for over a year now and like it very much. I am now planning to use it on one of our servers, which has a lot more users and files than the other computer I use it on. The /home directory has about seventy users. Four of these users use about 6G each of the drive space. The others use about 6G all together. I do my backups to a separate disk on the local computer (and then copy the images to a second computer) and I would like to have each of the 'big' users go into their own image file, and then all of the others go into one other image file. I would like to do something like this: $set{'home-fred'} = '/home/fred'; $set{'home-wilma'} = '/home/wilma'; $set{'home-barney'} = '/home/barney'; $set{'home-other'} = '/home/"everyone-else"'; and then: $prune{'/home'} = "fred wilma barney"; but I see that this is probably not how the 'prune' stuff works, so this will not do what I want it to. I need a $prune{'home-other'} = "fred wilma barney"; or some such. Or, I need something like: $set{'home-af'} = "/home/[a-f]*"; $set{'home-gm'} = "/home/[g-m]*"; $set{'home-ns'} = "/home/[n-s]*"; $set{'home-tz'} = "/home/[t-z]*"; Any ideas on how to do this? Thanks, Scott -- * Scott Coburn * Brookhaven National Laboratory * sc...@bn... 631.344.7110 * This message brought to you by Linux. |
From: Richard \(Accent\) <ri...@co...> - 2003-10-21 08:07:04
|
On my SME6.0 server, flexbackup fails with the following message: Backup terminated: pre-backup failed - status: 256 Does anybody know what this causes? Regards Richard The Netherlands |
From: larry c. <lar...@ut...> - 2003-10-20 19:23:37
|
I have a quick question that I am sure that you will be able to answer quickly. How do I exclude a sub-directory from being backed up. We have a NAS server that is mounted on our box that we back up. We want everything else backed up under the main directory that this sub-directory is under. The sub-directory is a samba mount. But every time flex runs a back up, it also tries to back up the NAS server and it freezes the system. Any ideas? |
From: Edwin H. <ed...@co...> - 2003-10-20 15:58:42
|
[ larry curtis wrote: ] > > Any ideas? > Ummm... see the "prune" section in the config file comments. $prune{'backupdir'} = "subdir"; -- Edwin Huffstutler ed...@co... GnuPG Key ID: AE782DC9 |
From: Edwin H. <ed...@co...> - 2003-10-17 04:26:41
|
[ Stephen Reese wrote: ] > I would like to backup only the /home directory, so do I need to prune > all of the other directories in the root with prune in the conf file, or > is there a way to tell flex not to backup every by default. flexbackup -dir /home or, you could put in the config file $set{'mybackup'} = "/home"; then run flexbackup -set mybackup -- Edwin Huffstutler ed...@co... GnuPG Key ID: AE782DC9 |
From: Stephen R. <sr...@pr...> - 2003-10-17 02:08:22
|
I would like to backup only the /home directory, so do I need to prune all of the other directories in the root with prune in the conf file, or is there a way to tell flex not to backup every by default. Thanks Stephen Reese Systems Administrator |
From: Edwin H. <ed...@co...> - 2003-10-13 06:07:23
|
[ Peter Wood wrote: ] > Greetings, > > I am attempting to set up flexbackup on my Mac OS X 10.2.8 system, > using the 'copy' method to simply copy all backup files to another hard > drive. The cpio command seems to fail as follows: > cpio with "-0" just means to use null separation for the filename list rather than newline separation. Current FreeBSD cpio seems to support -0, I just checked. You could use type "rsync", if you have rsync 2.5.6. I could modify flexbackup to use pax for the "copy" type, it is supposed to be command line portable *everywhere*. Do you have pax on OS X? If not I may switch that "copy" back to newline-separated cpio's, thats a trivial change. -- Edwin Huffstutler ed...@co... GnuPG Key ID: AE782DC9 |
From: Peter W. <pe...@pr...> - 2003-10-12 12:47:37
|
Greetings, I am attempting to set up flexbackup on my Mac OS X 10.2.8 system, using the 'copy' method to simply copy all backup files to another hard drive. The cpio command seems to fail as follows: -------- | cd "/Users" && find . -depth -xdev ! -type s -print0 | cpio -o -0 -H newc | -v -C 10240 | (mkdir -p /Volumes/Backup/Users.0.200310120841 ; cd | /Volumes/Backup/Users.0.200310120841 ; cpio -i -m -d -C 10240) |------------------------------------------------------------ cpio: illegal option -- 0 usage: cpio -o [-aABcLvVzZ] [-C bytes] [-H format] [-O archive] [-F archive] < name-list [> archive] cpio -i [-bBcdfmnrsStuvVzZ6] [-C bytes] [-E file] [-H format] [-I archive] [-F archive] [pattern...] [< archive] cpio -p [-adlLmuvV] destination-directory < name-list ATTENTION! cpio archive volume change required. --------- Just wondering what the "-0" option is trying to accomplish and what I might be able to substitute so that it works with my version of cpio. I don't know for sure what version of cpio I have, but according to the manpage, it is from BSD, February 1997, by Keith Mueller at UCSD. That would make sense since Mac OS X is based on FreeBSD. Thanks, Peter |
From: Edwin H. <ed...@co...> - 2003-10-11 13:55:15
|
Several things had accumulated since 1.2.0 in July. Some minor fixes, some minor additions. Available at http://www.flexbackup.org Changes: - Added "-ignore-errors" flag to allow backups to continue even if commands return non-zero exit status. Use at your own risk. - Added contributed manpages - Add 'rsync' type that acts like 'copy' but using rsync instead of piped cpio's. You need rsync >= 2.5.6 for this to work! - Added lzop compression support - Spinning bar indicator for long-running pkg delta operations if output is a terminal - Recognize .deb files as ar archives - Skip proc/devpts/devfs/tmpfs for traverse_fs=local or all - Add hooks for mbuffer's multivolume support (experimental) Bug fixes/cleanup: - FreeBSD pkgdelta support fixed up - Cleanup better if error detected - Fix quoting in check_remote_progs if your remote shell is csh - Make sure we don't generate conflicting index keys (as long as -newtape is not run in parallel) - Cleanup a bit regarding block devices -- Edwin Huffstutler ed...@co... GnuPG Key ID: AE782DC9 |