NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 42 43 44 45 46 … 93 Next »
Backup your source!

 
  • 0 Vote(s) - 0 Average
Backup your source!
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#11
2007-06-26, 03:18 PM
Another way I have recovered data off a dead (fried) HD is. I got another drive the same exact model, and swapped the main board form the good drive to the bad one, and it worked fine and I recovered all data.

Which is why now, if possible, I buy drives in pairs, just incase I need to pull that off again. I have 2 scheduled backups, my entire user directory, and my digital photo directory. I would feel like killing myself if I ever lost all of those. 8 years of digital pics of the kids & family (and cars...)
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#12
2007-06-26, 03:33 PM
a tool I use is Cobian backup

which allows me to download the backup from one system to another automatically and keep N generations of copies etc

its free and available from http://www.educ.umu.se/~cobian/cobianbackup.htm

tkgafs
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#13
2007-06-26, 06:09 PM
After 24 hours, the recovery software is at 1%. It is moving along though. Just getting hung up on so many errors. If the heads aren't hissing and puffing, (that's what it sounds like) they're rattling and clunking.

It's quite possible that the chance for freezing the drive is quite past.

The depressing thing is that a couple of my utilities are quite stable right now, and just need the odd tweak.

They say things happen for a reason. Maybe it's time to learn dot net. Maybe it's time to retire. Maybe it's time for a complete rewrite...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Smoker
Offline

Senior Member

Posts: 409
Threads: 68
Joined: Mar 2007
#14
2007-06-26, 06:22 PM
or learn reverse engineering :p
[SIZE="1"]Foxconn 6150K8MA-8EKRS | Athlon 64 4000+ | 1 GB (4x256KB) | 2 x 160GB | PVR-150 (1042 & 1045) & HVR-1600
XP Pro SP2 | gbpvr v0.99.12 | TV Listings | ComSkip | TV Guide Supercharger | Weather | mpg2srt[/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#15
2007-06-26, 06:29 PM
Smoker Wrote:or learn reverse engineering :p

It's not really time for jokes just yet, Smoker. Perhaps when the corpse is cold and buried...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#16
2007-06-26, 06:31 PM
Sorry bout that zehd, hope you can recover your code.

I use external drives for my recordings and video library and copy the important stuff (and a ghost image of the system drive) into a backup folder on each of them.
The biggest problem I have after a failure is finding the latest cod rev in my unorganized mess of a backup…
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Smoker
Offline

Senior Member

Posts: 409
Threads: 68
Joined: Mar 2007
#17
2007-06-26, 06:36 PM
zehd Wrote:It's not really time for jokes just yet, Smoker. Perhaps when the corpse is cold and buried...

Sorry about that I was only trying to continue your line

zehd Wrote:They say things happen for a reason. Maybe it's time to learn dot net. Maybe it's time to retire. Maybe it's time for a complete rewrite...

I know how hard it is to lose important data... my business lost some data at one time and since then I have raid on all my drives along with 2 week full/incremental backup solution.
[SIZE="1"]Foxconn 6150K8MA-8EKRS | Athlon 64 4000+ | 1 GB (4x256KB) | 2 x 160GB | PVR-150 (1042 & 1045) & HVR-1600
XP Pro SP2 | gbpvr v0.99.12 | TV Listings | ComSkip | TV Guide Supercharger | Weather | mpg2srt[/SIZE]
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#18
2007-06-26, 06:40 PM
Hind sight is always 20/20, but then it is never to late to install a good version control system or use one of the many free sites to maintain your code.

Local options are:

Subversion - http://subversion.tigris.org/
CVS - http://www.march-hare.com/cvspro/

If you are planning to make the source available then I haven't ever had a problem with Sourceforge.

Another option is https://freepository.com/

With Subversion and CVS you could easily store the repository on the local hard drive or have it stored on a USB stick. The other remote hosting allow for remote management and restoration of the code.

Just something to think about for the future. I believe there are even visual stuidio plugins for Subversion and CVS. Regardless there are several external clients that can be used.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#19
2007-06-26, 06:57 PM
KingArgyle Wrote:Hind sight is always 20/20, but then it is never to late to install a good version control system or use one of the many free sites to maintain your code.

Local options are:

Subversion - http://subversion.tigris.org/
CVS - http://www.march-hare.com/cvspro/

If you are planning to make the source available then I haven't ever had a problem with Sourceforge.

Another option is https://freepository.com/

With Subversion and CVS you could easily store the repository on the local hard drive or have it stored on a USB stick. The other remote hosting allow for remote management and restoration of the code.

Just something to think about for the future. I believe there are even visual stuidio plugins for Subversion and CVS. Regardless there are several external clients that can be used.

I doubt that I will moving forward without something like this... Thanks
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#20
2007-06-27, 01:44 AM
zehd Wrote:They say things happen for a reason. Maybe it's time to learn dot net. Maybe it's time to retire. Maybe it's time for a complete rewrite...

Sorry to hear that zehd. About three months ago, I lost a boot block and couldn't restart my XP machine and being RAID-0 I really learned a few lessons. I'm still trying to recover applications that I had configured just like I liked them. I took it as time to move on to Vista.

Smoker's suggestion wasn't totally bad either. I did a quick search "decompile vb6" and found this http://www.vbrezq.com/ among others. I know I had to use something like this to recover some old Foxpro (or Clipper) apps after a crash and it worked out reasonably well.

Good luck.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Open Source Mheg+ Graham 0 1,502 2012-11-30, 06:32 PM
Last Post: Graham
  sample video overlay plugin source code? reven 2 2,457 2011-10-03, 12:42 AM
Last Post: reven
  Source code for older versions ? Spark 1 1,803 2011-02-23, 01:19 AM
Last Post: sub
  Capture source names imilne 4 2,731 2010-11-18, 01:49 PM
Last Post: imilne
  GBPVRLibrary - Open Source Components reven 76 25,534 2009-12-29, 09:26 PM
Last Post: whurlston
  Source for plugin similiar to Video Library ishmale423 2 1,950 2009-05-01, 04:49 PM
Last Post: jasonbs10
  Select capture source khaver 3 1,981 2008-12-15, 02:20 AM
Last Post: khaver
  vlc as live TV Source theGressier 4 2,911 2008-09-13, 12:35 AM
Last Post: drlava
  What SCM (Source Control Management) system do you use? JavaWiz 3 2,151 2008-08-19, 07:28 PM
Last Post: Manderson
  XSearch source code? gruskada 8 3,154 2007-02-26, 01:01 AM
Last Post: fla

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode