Displaying 20 results from an estimated 1000 matches similar to: "disaster recovery"
2002 Apr 04
1
Recovering deleted files - possible?
Redhat 7.2 - ext3 filesystem.
Is it possible to recover deleted files immediately after deleting them? I have
found utilities for recovering data from ext2 filesystems...
Help
Regards
Matt Cunningham
Technology Manager
Digital Post
matt@digipost.co.nz
2004 Jun 06
1
[PATCH] use sb_getblk
It's both in 2.6 and recent 2.6 (for RH ASS2.1 you'll probably need to
copy the latest 2.4 defintion, but I don't care for obsolete junk).
Index: src/super.c
===================================================================
--- src/super.c (revision 1014)
+++ src/super.c (working copy)
@@ -799,7 +799,7 @@
/* get first two blocks */
for (i=0; i<2; i++) {
- bhs[i] = getblk
2004 Jan 06
3
Problem with many files in rsync server directory ?
Hi all,
I've been running rsync successfully from cron jobs for the last six months
across a local network. The cron jobs are very simple. They run rsync on a
client machine, connect to an rsync server on a server machine (no ssh or
rsh involved), and copy files from the server to the client. That's all.
There are several jobs, one for each directory on the server, and between
them
1996 Nov 14
0
setgid binaries
Hi,
I''ve been thinking about group membership and the corresponding (weak)
restrictions to system resources. Consider the following:
% cat > gsh.c
main()
{
system("/bin/sh");
}
% cc -o gsh gsh.c
% id
uid=100(joe) gid=500(users) groups=14(floppy),15(sound)
% chgrp sound gsh
% chmod g+s gsh
% mail abuser
Subject: You owe me $5...
2007 Aug 17
1
Data recovery with superblocks?
It recently occurred to me, as I was partitioning a RAID with fdisk, that
when I built the system, I was presented with a graphical utility that
"magically" created the partitions.
Now, using fdisk, I was reminded of being given superblocks. Although I
haven't used data recovery techniques using superblocks, is there a way to
retrieve the superblock numbers the OS has assigned
2008 May 27
2
needs help, root inode gone after usb bus reset on sata disks
Hello everybody,
I am new to this list, so welcome everybody.
Last 2 week I had two harddisk crashes with my ext2 file system.
This is what sort of happed with both of the disk:
I pluged in my USB to SATA converter in my harddisk that has an ext2
filesystem. I mounted the partition, went to a directory that had a DVD
image. I mounted the dvd image in the same directory and started
watching the
2005 Mar 01
2
Problem with 3.0.10 and 3.0.11 with 1 smbd process using99% cpu
I have this same problem on 3.0.10, and I also "fixed" it by deleting
the tdbs. My problem, had nothing to do with printing, it was happening
once I started winbindd with security = ADS.
Jerry, what would we need to do to track this bug down in the tdb code?
I have logs at level 10, ltrace output, and a backtrace.
Do you think that there were changes made to the tdb code in 3.0.12
2007 Jun 26
0
[LLVMdev] Subversion Conversion (IMPORTANT)
On Tue, 26 Jun 2007, Reid Spencer wrote:
> I know we've cried wolf before, but the conversion of the LLVM projects'
> software to use Subversion instead of CVS *WILL* occur on Friday June
> 29th with the following approximate schedule:
Great, I'm glad to see this happening. Thanks for making it happen.
One request: when the change goes live, please make sure the various
2007 Jun 26
2
[LLVMdev] Subversion Conversion (IMPORTANT)
All,
I know we've cried wolf before, but the conversion of the LLVM projects'
software to use Subversion instead of CVS *WILL* occur on Friday June
29th with the following approximate schedule:
* 09:00 CDT (14:00 UTC, 07:00 PDT) - CVS becomes read-only
(commits prevented)
* 09:05 CDT (14:05 UTC, 07:05 PDT) - Final conversion to SVN
starts
* 11:45 CDT
2007 Dec 05
6
SCSI bad block table display
Hi All:
Is there a utility available that will allow for the dump/display of
the bad track table of a SCSI drive. We had this capability on SCO
OSR5 but I have not been able to locate anything similar for Linux.
The closest I have found is the badblocks utility that is part of the
e2fsprogs package but this appears to only test for bad blocks not
display the current bad block table contents.
I
2008 Jan 14
3
Spot the cyclical relationship
I got the following error, but there''s no "cycle" I commented out
File["/dev/sdb3"] and it works, but of course would choke if I ran it
and the requirement were not met
err: Could not apply complete catalog: Found cycles in the following
relationships: File[/dev/sdb1] => Exec[echo -e "0,290\n,290\n," | sfdisk
/dev/sdb]
Here''s the node:
node
2008 Aug 05
1
[LLVMdev] Contributing to LLVM
On Tuesday 05 August 2008 03:27, Bill Wendling wrote:
> On Aug 4, 2008, at 10:29 PM, Shrutarshi Basu wrote:
> > Hello all,
> > I'm a rising sophomore CS/Engineering student in the US and I'm
> > interested in programming languages/ compilers.I think the LLVM would
Yay! We need more compiler people in this industry. :)
This is actually a very good time to be getting
2004 Aug 26
1
Disaster recovery on PDC
Hi all,
I search about disaster recovery, but I can't understand how to proceed...
I perform backups on my PDC (data and configuration). My question is about secrets.tdb: according some docs, I can't install a new server and just put the secrets.tdb on samba configuration directory, because the SID it's specific. If I don't repair this file, the domain SID will be change and the
2017 Jul 17
0
Distributed volume disaster recovery
Hi,
I had a question about recovering a 3 node cluster with a distributed
volume.
If I create a 3 node distributed glusterfs cluster with RAID 6 on each
node. What happens in the following case and what are my options.
Scenario:
The OS disk fails on node 2, which means I loose glusfterfs-server, the OS
and associated config data while all the bricks are healthy, can I
re-install the server,
2006 Jun 29
2
VMWare disaster recovery?
I found this in the large and growing list of downloadable vmware
appliances: http://www.vmware.com/vmtn/appliances/directory/316.
I haven't run it yet, but it claims to provide a way to mirror
running windows boxes over iscsi to vmware disk images, then allows
you to boot that image under vmware as a replacement for the server
with little downtime.
Has anyone attempted something like this
2015 Oct 30
0
Disaster recovery recommendations
Sysrescue cd. If the drives are still viable and you have a spare beater
system handy the data rescue should be straight forward. Done it several
times. HIH.
Fred Roller
On Oct 30, 2015 5:30 PM, "Max Pyziur" <pyz at brama.com> wrote:
>
> Greetings,
>
> I have three drives; they are all SATA Seagate Barracudas; two are 500GB;
> the third is a 2TB.
>
> I
2015 Oct 31
0
Disaster recovery recommendations
On 10/30/15 17:30, Max Pyziur wrote:
>
> Greetings,
>
> I have three drives; they are all SATA Seagate Barracudas; two are
> 500GB; the third is a 2TB.
>
> I don't have a clear reason why they have failed (possibly due to a
> deep, off-brand, flakey mobo; but it's still inconclusive, but I would
> like to find a disaster recovery service that can hopefully
2018 Nov 12
2
Disaster Recovery Help
I lost the whole maildir from my server fro 3 users. They all have
iPhones with all the messages safely stored on the Apple Mail app on
their phone. There is no way to export them/move them.
Is there a way to get Dovecot to just download all the messages and
folder structure from the client and restore it on the server?
Your help is very very much appreciated.
Thanks,
ttyllc
-------------- next
2018 Nov 12
0
Disaster Recovery Help
I lost the whole maildir from my server fro 3 users. They all have
iPhones with all the messages safely stored on the Apple Mail app on
their phone. There is no way to export them/move them.
Is there a way to get Dovecot to just download all the messages and
folder structure from the client and restore it on the server?
Your help is very very much appreciated.
Thanks,
ttyllc
-------------- next
2018 Nov 12
0
Disaster Recovery Help
I lost the whole maildir from my server fro 3 users. They all have
iPhones with all the messages safely stored on the Apple Mail app on
their phone. There is no way to export them/move them.
Is there a way to get Dovecot to just download all the messages and
folder structure from the client and restore it on the server?
Your help is very very much appreciated.
Thanks,
ttyllc
-------------- next