Page Index Toggle Pages: 1 ... 13 14 [15] 16  Send TopicPrint
Very Hot Topic (More than 100 Replies) Computer Questions (Read 72187 times)
b0b
GeekCrew Administrator
FTP Server
*****
Offline


The revolution will not
be televised.

Posts: 7803
Location: Battle Creek, Michigan
Joined: Oct 15th, 2005
Gender: Male
Re: Computer Questions
Reply #210 - Sep 11th, 2014 at 1:13pm
Print Post  
That depends on how long you are willing to go without your data.  I would recommend considering at least RAID 5, but you can get away with JBOD if you don't mind waiting to download your data again following a failure.


-b0b
(...choices!)
  

Back to top
IP Logged
 
X
Post Whore
FTP Server
******
Offline


And the truth shall set
you free

Posts: 4131
Joined: Oct 16th, 2005
Gender: Male
Re: Computer Questions
Reply #211 - Sep 11th, 2014 at 3:28pm
Print Post  
Great.  Thanks for giving me some stuff to ponder.

I had to send my Synology back to them after, I think their mobo died, and got another hard drive and figured I might as well think about RAID now before it's too late.

X
  

In the land of the blind, the one eyed man is king. - Max Payne
Back to top
 
IP Logged
 
X
Post Whore
FTP Server
******
Offline


And the truth shall set
you free

Posts: 4131
Joined: Oct 16th, 2005
Gender: Male
Re: Computer Questions
Reply #212 - Sep 27th, 2014 at 7:08pm
Print Post  
So I picked up CrashPlan.

The only problem with it is that it doesn't see my NAS or Windows Mounted Drives.  How'd you get around this Bob?
  

In the land of the blind, the one eyed man is king. - Max Payne
Back to top
 
IP Logged
 
b0b
GeekCrew Administrator
FTP Server
*****
Offline


The revolution will not
be televised.

Posts: 7803
Location: Battle Creek, Michigan
Joined: Oct 15th, 2005
Gender: Male
Re: Computer Questions
Reply #213 - Sep 29th, 2014 at 8:36am
Print Post  
I use a Linux system to back up my NAS drives.  CrashPlan supports backing up NAS volumes on Linux and Mac, but not on Windows due to the way Windows handles NAS drive mounting.

There is a janky Windows workaround here:

http://support.code42.com/CrashPlan/Latest/Backup/Backing_Up_A_Windows_Network_D...

Let me know if that doesn't work for you.


-b0b
(...runs into this same problem with commercial backup products.)
  

Back to top
IP Logged
 
X
Post Whore
FTP Server
******
Offline


And the truth shall set
you free

Posts: 4131
Joined: Oct 16th, 2005
Gender: Male
Re: Computer Questions
Reply #214 - Sep 29th, 2014 at 2:17pm
Print Post  
NM...found this one to work well - https://helpdesk.code42.com/entries/26505676-Comprehensive-Beginners-Guide-to-Ba...

he just has to change his syntax a bit but man...that was a heavy work trying to find a working process.  I wonder why CrashPlan (or I really should say Windows because it seems CP wants to support it) doesn't support NAS.

Thanks!

X
  

In the land of the blind, the one eyed man is king. - Max Payne
Back to top
 
IP Logged
 
b0b
GeekCrew Administrator
FTP Server
*****
Offline


The revolution will not
be televised.

Posts: 7803
Location: Battle Creek, Michigan
Joined: Oct 15th, 2005
Gender: Male
Re: Computer Questions
Reply #215 - Sep 30th, 2014 at 4:20pm
Print Post  
It's due to the way Windows handles permissions for mapped network drives.  Network drives are mapped with user account permissions, while CrashPlan runs natively as a service using the network service account.  Long story short, this prevents CrashPlan from accessing a drive mounted using a user account.

As iterated on the URL I posted and the URL you posted, the easiest way to get around this is to use a user account with administrative privileges to launch CrashPlan, then use that same account to map the network drive.


-b0b
(...or use Linux.)
  

Back to top
IP Logged
 
X
Post Whore
FTP Server
******
Offline


And the truth shall set
you free

Posts: 4131
Joined: Oct 16th, 2005
Gender: Male
Re: Computer Questions
Reply #216 - Jan 4th, 2015 at 12:30pm
Print Post  
Bob - here's the program I was talking about last night that uses Boolean to rename massive amount of files - http://www.filebot.net/

Do you have the steps you use for CrashPlan for synology that you were talking about?

X
  

In the land of the blind, the one eyed man is king. - Max Payne
Back to top
 
IP Logged
 
b0b
GeekCrew Administrator
FTP Server
*****
Offline


The revolution will not
be televised.

Posts: 7803
Location: Battle Creek, Michigan
Joined: Oct 15th, 2005
Gender: Male
Re: Computer Questions
Reply #217 - Feb 23rd, 2015 at 10:54am
Print Post  
Here is the batch file I use:

Code
Select All
echo %date% %time% : "C:\MountBackups.bat" >> C:\StorageReports\NFSMount.log

net use X: \\TWN-SAN\Backup /USER:USERACCOUNT PASSWORD >> C:\StorageReports\NFSMount.log 2>&1 2>&1 



Change "\\TWN-SAN\Backup" to the appropriate NFS path.

Change "USERACCOUNT" to your user account name, add the domain name if necessary.  Also, change PASSWORD to the password for the account.

The entire first line and ">> C:\StorageReports\NFSMount.log 2>&1 2>&1" in the second line aren't necessary.  These just create a log file and append the data, time, and command output to the log.  Feel free to change the directory and log name as necessary.

Once you're happy with the batch file, create a schedule in Task Schedule for it.  Configure it to run with highest privileges under the SYSTEM account.  Configure it to trigger at system startup and configure that action to "start a program" pointed at your batch file.


-b0b
(...sorry for the delay!)
  

Back to top
IP Logged
 
X
Post Whore
FTP Server
******
Offline


And the truth shall set
you free

Posts: 4131
Joined: Oct 16th, 2005
Gender: Male
Re: Computer Questions
Reply #218 - Aug 20th, 2015 at 11:52am
Print Post  
I'm looking to download some video files.  The only issue is that the player is a JW Player.  Does anyone have any experience with a program that can help me leech the video without screen capturing it?

X
  

In the land of the blind, the one eyed man is king. - Max Payne
Back to top
 
IP Logged
 
b0b
GeekCrew Administrator
FTP Server
*****
Offline


The revolution will not
be televised.

Posts: 7803
Location: Battle Creek, Michigan
Joined: Oct 15th, 2005
Gender: Male
Re: Computer Questions
Reply #219 - Aug 22nd, 2015 at 10:40am
Print Post  
I use DownloadHelper, just avoid the skeezy conversion tool it wants you to download if possible.

Not sure what browser you're using these days, but here is the FireFox version:

https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/


-b0b
(...works for nearly everything.)
  

Back to top
IP Logged
 
X
Post Whore
FTP Server
******
Offline


And the truth shall set
you free

Posts: 4131
Joined: Oct 16th, 2005
Gender: Male
Re: Computer Questions
Reply #220 - Jul 1st, 2016 at 8:44pm
Print Post  
I was looking at trying to give people money to increase my upload speeds.  Prospects are currently sucky.  Is there a way to increase it that I'm not aware of?

X
  

In the land of the blind, the one eyed man is king. - Max Payne
Back to top
 
IP Logged
 
b0b
GeekCrew Administrator
FTP Server
*****
Offline


The revolution will not
be televised.

Posts: 7803
Location: Battle Creek, Michigan
Joined: Oct 15th, 2005
Gender: Male
Re: Computer Questions
Reply #221 - Jul 2nd, 2016 at 10:57am
Print Post  
Are you speeds crappy in general, or just on certain sites (e.g. YouTube, NetFlix, Hulu, etc.)?

If you get decent throughput on bandwidth tests but streaming sucks, you might need a VPN.  I use (and swear by) Private Internet Access.  I get 75Mbps from Comcast, but can't stream a freakin' YouTube video at 720p during evening hours without a VPN.  It's not the local bandwidth that is causing the problem, rather it's Comcast not providing enough peering bandwidth at the edge of their network with the content distribution networks.  A VPN connection handily sidesteps the congestion and routes the traffic over different peering points.

It's also dirt cheap at ~$40 per year, or $60 for two years.


-b0b
(...still, we shouldn't have to do this.)
  

Back to top
IP Logged
 
X
Post Whore
FTP Server
******
Offline


And the truth shall set
you free

Posts: 4131
Joined: Oct 16th, 2005
Gender: Male
Re: Computer Questions
Reply #222 - Jul 2nd, 2016 at 10:04pm
Print Post  
My speeds are terrible for uploads and for people pulling stuff off me.  Would VPN help that too?
  

In the land of the blind, the one eyed man is king. - Max Payne
Back to top
 
IP Logged
 
b0b
GeekCrew Administrator
FTP Server
*****
Offline


The revolution will not
be televised.

Posts: 7803
Location: Battle Creek, Michigan
Joined: Oct 15th, 2005
Gender: Male
Re: Computer Questions
Reply #223 - Jul 4th, 2016 at 11:16am
Print Post  
If your uploads are always terrible, it might be your connection itself, which means you're screwed.  Who is your provider?
  

Back to top
IP Logged
 
X
Post Whore
FTP Server
******
Offline


And the truth shall set
you free

Posts: 4131
Joined: Oct 16th, 2005
Gender: Male
Re: Computer Questions
Reply #224 - Jul 4th, 2016 at 1:02pm
Print Post  
Charter.  I checked with them and for terrible increase they will give me 100Mpb and a whole 5 upload!

Woo. 

I still will probably do the VPN though.
  

In the land of the blind, the one eyed man is king. - Max Payne
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 ... 13 14 [15] 16 
Send TopicPrint