similar to: (Fwd) Lost data on FreeBSD tape (fwd)

Displaying 6 results from an estimated 6 matches similar to: "(Fwd) Lost data on FreeBSD tape (fwd)"

2015 May 12
0
Bacula backup system
Hi Allessandro and all Bacula users and especially to (potential) Bacula contributors, On Mon, 11 May 2015 20:49:08 +0200 Alessandro Baggi <alessandro.baggi at gmail.com> wrote: > In my last request I have asked info about backuppc and other backup > solutions. After some test I have choosen bacula. Concerning the topic "Free Software" I read that the relations between
2003 Jul 03
1
SCSI backup error
Hi, Can someone please help me with this? I have just upgraded from 4.7 to 4.8-STABLE and this is what I am getting when I try a tape backup. Please CC as I am not in the list. It was working well before the upgrade (dump -0ua -f - / | gzip -c -9 | dd of=/dev/nsa0). Thank you, Lefteris Tsintjelis Jul 3 22:55:18 ene /kernel:
1999 Dec 11
0
Hello
Hello, I have just joined your mailing list, and I thought I would introduce myself. My name is Kern Sibbald, I live in Switzerland, and I am not a US citizen or employed by any company (no license problems). I've been programming for about 35 years now and would like to possibly make a few contributions to OpenSSH. I had previously installed ssh 1.x? then ssh2, which is rather nice, but
2012 Aug 02
2
[PATCH] add additional checks to ext2 loader
Check if some pointers are not NULL due to read errors or other problems Signed-off-by: Frediano Ziglio <frediano.ziglio at citrix.com> --- core/fs/ext2/ext2.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/core/fs/ext2/ext2.c b/core/fs/ext2/ext2.c index bddde8d..8f0f2a4 100644 --- a/core/fs/ext2/ext2.c +++ b/core/fs/ext2/ext2.c @@ -139,6 +139,8 @@
2014 May 29
0
[PATCH 2/2] core/fs: Add support for Unix File system 1/2.
From: Raphael S. Carvalho <raphael.scarv at gmail.com> It's already loading modules successfully, booting Linux, and both UFS version 1 and 2 seem to be working correctly. Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com> --- core/fs/ufs/bmap.c | 202 ++++++++++++++++++++++++++ core/fs/ufs/ufs.c | 404 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2013 Jul 12
1
[PATCH 001/001] core/fs: Add support to Unix File system 1/2.
It's already loading modules successfully, and both UFS version 1 and 2 seems to be working correctly. Special thanks to Paulo Alcantara and Matt Fleming for being always ready to help me and give feedback. Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com> --- core/fs/ufs/bmap.c | 202 ++++++++++++++++++++++++++ core/fs/ufs/ufs.c | 404