|
General Discussion General discussion about SageTV and related companies, products, and technologies. |
|
Thread Tools | Search this Thread | Display Modes |
#121
|
|||
|
|||
Quote:
This is part of why I want to change my configuration; I've never done any sort of backup of STV, other than a few times that I've captured the property and WIZ files before making changes. I also don't have any backup of my movie library - if that drive failed today, I would lose the ~150+ movies that are currently stored on it. Moving STV over to a VM will allow me to easily capture backups (snapshots), and I feel pretty comfortable with the mitigation that RAID will offer in terms of my movie library. Personally, I don't care all that much about the DVR library; I'm not really deleting anything now, but I really wouldn't be all that upset if I lost the DVR data due to a drive failure - that's just not why I capture it, or how we use STV. |
#122
|
||||
|
||||
Quote:
Also, I just posted this over at the tRAID forums. I'm going to go back to RAID-F. With the fact that you can't record directly to the tRAID pool, it simply doesn't offer a SageTV user anything better than RAID-F does, so why not save $40? I happen to already have a RAID-F license, so it's a very easy decision for me. Now, to figure out how to actually revert.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#123
|
||||
|
||||
Quote:
|
#124
|
|||
|
|||
Quote:
|
#125
|
||||
|
||||
Quote:
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#126
|
||||
|
||||
Quote:
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#127
|
|||
|
|||
Sure... just thinking about an additional layer of backup.
|
#128
|
||||
|
||||
Primarily, file tetris. I don't like micromanaging my server storage, having to look at how much storage is left on each drive and which one I can put a file onto. Previously, I've had times where I need to put a file or group of files on the server, but there wasn't enough space on a single drive, but there was enough free space in total. What this causes you to do is create 10 drives with the exact same folder layout (perhaps with numbers after them) and you've got no clue where something is actually stored.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#129
|
||||
|
||||
Quote:
Are you still doing a manual copy or did you automate it? I assume I should set up a T:\RAIDTV, and then copy from (1TB) to T:RAIDTV every few weeks? |
#130
|
||||
|
||||
I'm doing a daily automatic copy (code below). I don't see a reason to wait a few weeks to copy things over. I had 2 failed drives I needed to RMA and just got my array back up again the other day, so I haven't gotten back to troubleshooting the problem with recording to the array, but will get back to that in the coming weeks.
Code:
robocopy \\W7-Server\1_1\SageRecs "\\W7-Server\Recordings (DVR)" *.txt /mov /zb /xo /r:140 /w:30 /v /fp /np /log+:c:\scripts\txtmovelog.txt robocopy \\W7-Server\1_1\SageRecs "\\W7-Server\Recordings (DVR)" *.log /mov /zb /xo /r:140 /w:30 /v /fp /np /log+:c:\scripts\logmovelog.txt robocopy \\W7-Server\1_1\SageRecs "\\W7-Server\Recordings (DVR)" *.csv /mov /zb /xo /r:140 /w:30 /v /fp /np /log+:c:\scripts\csvmovelog.txt robocopy \\W7-Server\1_1\SageRecs "\\W7-Server\Recordings (DVR)" *.data /mov /zb /xo /r:140 /w:30 /v /fp /np /log+:c:\scripts\datamovelog.txt robocopy \\W7-Server\1_1\SageRecs "\\W7-Server\Recordings (DVR)" *.jpg /mov /zb /xo /r:140 /w:30 /v /fp /np /log+:c:\scripts\jpgmovelog.txt robocopy \\W7-Server\1_1\SageRecs "\\W7-Server\Recordings (DVR)" *.properties /mov /zb /xo /r:140 /w:30 /v /fp /np /log+:c:\scripts\propertiesmovelog.txt robocopy \\W7-Server\1_1\SageRecs "\\W7-Server\Recordings (DVR)" *.edl /zb /xo /r:140 /w:30 /v /fp /np /log+:c:\scripts\edlmovelog.txt robocopy \\W7-Server\1_1\SageRecs "\\W7-Server\Recordings (DVR)" *.mpg /mov /mt:1 /zb /xo /r:140 /w:30 /v /fp /np /log+:c:\scripts\mpgmovelog.txt robocopy \\W7-Server\1_1\SageRecs "\\W7-Server\Recordings (DVR)" *.ts /mov /mt:1 /zb /xo /r:140 /w:30 /v /fp /np /log+:c:\scripts\tsmovelog.txt del /Q \\W7-Server\1_1\SageRecs\*.edl forfiles.exe /p Z:\SageRecs /m *.txt /d -7 /c "cmd /c del @file" forfiles.exe /p Z:\SageRecs /m *.log /d -7 /c "cmd /c del @file" forfiles.exe /p Z:\SageRecs /m *.csv /d -7 /c "cmd /c del @file" forfiles.exe /p Z:\SageRecs /m *.data /d -7 /c "cmd /c del @file" forfiles.exe /p Z:\SageRecs /m *.jpg /d -7 /c "cmd /c del @file" forfiles.exe /p Z:\SageRecs /m *.properties /d -7 /c "cmd /c del @file" forfiles.exe /p Z:\SageRecs /m *.edl /d -7 /c "cmd /c del @file"
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#131
|
||||
|
||||
A)Many thanks, will dissect that.
B) HOLY CRAP I NEED MOAR DISKS! Going back to Sage/cable, the wife/I set a bunch of random shows we thought would be cool to have. There's a lot of Seinfeld on TV, or other programs. I'm running damn near 50GB/day, not the 100GB/week I spec'ed. I might be pushing that 25-35TB marker sooner than I thought. (And Yes I know I don't have to record it all, but it doesn't hurt. Except the pocketbook for hard disks) |
#132
|
|||
|
|||
Now I don't feel so bad! I have 5tb, including an internal 1tb drive, where all the recording happens, then I convert any show that I don't expect to watch within a few days (i.e. most shows) to a much smaller file-size and store on one of the two 2 tb external drives. I currently have 140gb free on 1 external; 990 gb free on the other external, and 500gb free on the internal. I'm working on archiving some seasons of watched shows that I want to keep, and some unwatched shows that I may or may not want to watch some day. By archiving, I mean I copy the files to a separate external drive, along with the XML files containing their metadata, and also write them to DVDs.
There are also a few shows for which I watched a few episodes, then stopped. I need to decide whether to just dump the remainder or archive them for possible future watching. Because writing DVDs takes so long, I'm considering putting the "maybe I'll watch someday, but am not sure they're worth keeping" shows only on a external hd.
__________________
Server: Windows 8.1 4gb RAM; 4TB SATA + others. Homebrew quad core AMD. Inputs: Haup. 980, 850 & 950Q on ATSC; Haup 1600 on ATSC & Comcast 2 DTAs with USBUIRT for NTSC. Haup 1800 on ATSC. HDHR Dual (ATSC). Sage 9.22 64 bit. |
#133
|
|||
|
|||
Have any of the hoarders here taken to using Backblaze and $50/year for unlimited cloud backups?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#134
|
||||
|
||||
As good as that sounds (and I'm suspicious about their "unlimited" claim, especially for those in this thread--AT&T wireless, anyone?), how long would it take me to backup all my data and how long would it take to get it back? How likely would it be that I either hit my ISP's cap or they throttle me? Also, do I really want the NSA telling the MPAA and RIAA that I have all these movies/music and wind up with a settlement letter? Tinfoil hat? Maybe. But, I'll keep MY stuff right here in my house, thank you very much.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#135
|
||||
|
||||
I've wondered the same. IIRC crash plan will ship you drives to back up the big stuff. I'm still thinking about using them as an off-site backup. Similar pricing to backblaze and they have an unraid plugin.
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60 Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup. |
#136
|
|||
|
|||
Quote:
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#137
|
|||
|
|||
I know with Backblaze you have three restore optoins (1) download files online, (2) have them ship you a USB key and (3) have them ship you an external hard drive. Options 2 and 3 entail an additional charge.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#138
|
||||
|
||||
Sigh. didn't make it a year on a 4x4TB RAID5 (12TB, although its really 11TB usable).
Adding more 4TB drives now... |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Linux Server/HD300 "Hang" on show transition | peterjb | SageTV Linux | 2 | 08-01-2011 07:39 AM |
"Backdrops" "SageTV" "Covers" folders - what's creating them | mp328 | Sage My Movies | 4 | 09-20-2010 05:31 PM |
SageTV Doesn't Honor "Leave Free" Disk Space Rules | superdodge | SageTV Software | 2 | 01-23-2010 07:18 PM |
"Set defaults" for Series forgets "Keep"/"Auto-delete" setting | maxpower | SageMC Custom Interface | 9 | 05-14-2008 09:44 PM |
MVP boots, live tv and video files show "trial" - PAL issue? | maninblack_30 | SageTV Media Extender | 2 | 08-04-2006 05:07 AM |