Jump to content

Is this possible? NAS question.

Go to solution Solved by Vitalius,

Yes. You can do that. Either by giving your NAS a hostname (i.e www.domain.com or with dyndns) or something similar then backing up to that.

The speed is entirely dependent upon your college room's upload speed and your home's download speed. Upload is usually the slowest bit, but at a college, that's probably not true.

It's only as secure as you make it. If you use SSH, then it is pretty secure as long as you do it right. 

What I would do, is I would have my computer at home, then make an initial backup (because backing up the OS and such first would take the most data usage). Then, change the hostname from the IP at home to whatever domain you give it (dyndns can be useful for this purpose) when you go to college and let it rock on with that.

The only issue might be that the college blocks SSH ports (22 usually), so you'll need to pick a different port to use (make sure it's a port that nothing important uses). Even then, they could block it with more advanced software that can tell it's SSH just by looking at the data. In that case, you'd have to find a different way to make it secure, which could be difficult. 

Am I able to have a NAS at my home (200 miles away) and backup my files from my pc over the internet from my college room? How slow would the transfer rate be and how secure is it?

 

Thanks,

Blueprint

Intel i7 4790k / MSI Z97M / Hyper 212 Evo / MSI Twin Frozr GTX 770 / 16GB Corsair Vengeance 1600MHz / Fractal Design Arc Mini R2 / Corsair CS750M / Samsung 840 Evo 250gb SSD /  WD Blue 1TB

Link to comment
https://linustechtips.com/topic/184492-is-this-possible-nas-question/
Share on other sites

Link to post
Share on other sites

Yes. You can do that. Either by giving your NAS a hostname (i.e www.domain.com or with dyndns) or something similar then backing up to that.

The speed is entirely dependent upon your college room's upload speed and your home's download speed. Upload is usually the slowest bit, but at a college, that's probably not true.

It's only as secure as you make it. If you use SSH, then it is pretty secure as long as you do it right. 

What I would do, is I would have my computer at home, then make an initial backup (because backing up the OS and such first would take the most data usage). Then, change the hostname from the IP at home to whatever domain you give it (dyndns can be useful for this purpose) when you go to college and let it rock on with that.

The only issue might be that the college blocks SSH ports (22 usually), so you'll need to pick a different port to use (make sure it's a port that nothing important uses). Even then, they could block it with more advanced software that can tell it's SSH just by looking at the data. In that case, you'd have to find a different way to make it secure, which could be difficult. 

† Christian Member †

For my pertinent links to guides, reviews, and anything similar, go here, and look under the spoiler labeled such. A brief history of Unix and it's relation to OS X by Builder.

 

 

Link to post
Share on other sites

Yes. You can do that. Either by giving your NAS a hostname (i.e www.domain.com) or something similar then backing up to that.

The speed is entirely dependent upon your college room's upload speed and your home's download speed. Upload is usually the slowest bit, but at a college, that's probably not true.

It's only as secure as you make it. If you use SSH, then it is pretty secure as long as you do it right. 

Ah ok thanks. Is it possible to make a folder that automatically syncs with the NAS?

Intel i7 4790k / MSI Z97M / Hyper 212 Evo / MSI Twin Frozr GTX 770 / 16GB Corsair Vengeance 1600MHz / Fractal Design Arc Mini R2 / Corsair CS750M / Samsung 840 Evo 250gb SSD /  WD Blue 1TB

Link to post
Share on other sites

Ah ok thanks. Is it possible to make a folder that automatically syncs with the NAS?

I finished editing that post btw. Might want to skim it for what I added.

When you say "syncs with the NAS", do you mean "monitors a folder and takes new files on the NAS in the folder and downloads them to your PC"? If so, then yes. You'd just use that same SSH connection and have a briefcase or install a plugin on your NAS like OwnCloud for syncing files between the NAS and the computer. That could bypass the need for the SSH connection and the ports and such, but I am not sure if it's as secure.

† Christian Member †

For my pertinent links to guides, reviews, and anything similar, go here, and look under the spoiler labeled such. A brief history of Unix and it's relation to OS X by Builder.

 

 

Link to post
Share on other sites

Ah ok thanks. Is it possible to make a folder that automatically syncs with the NAS?

 

I use windows home server not sure if that makes things different...

 

You can map a network drive to your PC, so basically the NAS/Server appears like a local hard drive

Desktop - Corsair 300r i7 4770k H100i MSI 780ti 16GB Vengeance Pro 2400mhz Crucial MX100 512gb Samsung Evo 250gb 2 TB WD Green, AOC Q2770PQU 1440p 27" monitor Laptop Clevo W110er - 11.6" 768p, i5 3230m, 650m GT 2gb, OCZ vertex 4 256gb,  4gb ram, Server: Fractal Define Mini, MSI Z78-G43, Intel G3220, 8GB Corsair Vengeance, 4x 3tb WD Reds in Raid 10, Phone Oppo Reno 10x 256gb , Camera Sony A7iii

Link to post
Share on other sites

I finished editing that post btw. Might want to skim it for what I added.

When you say "syncs with the NAS", do you mean "monitors a folder and takes new files on the NAS in the folder and downloads them to your PC"? If so, then yes. You'd just use that same SSH connection and have a briefcase or install a plugin on your NAS like OwnCloud for syncing files between the NAS and the computer. That could bypass the need for the SSH connection and the ports and such, but I am not sure if it's as secure.

Read through the post edit - I'm not hugely familiar with network protocols and the such but I am interested in understanding them and using them for things such as a NAS. I read about what SSH is, is it hard to implement/apply? Yeah, I mean have a folder where all of the files in that folder automatically sync with the NAS like OneDrive or Google Drive. 

Intel i7 4790k / MSI Z97M / Hyper 212 Evo / MSI Twin Frozr GTX 770 / 16GB Corsair Vengeance 1600MHz / Fractal Design Arc Mini R2 / Corsair CS750M / Samsung 840 Evo 250gb SSD /  WD Blue 1TB

Link to post
Share on other sites

Read through the post edit - I'm not hugely familiar with network protocols and the such but I am interested in understanding them and using them for things such as a NAS. I read about what SSH is, is it hard to implement/apply? Yeah, I mean have a folder where all of the files in that folder automatically sync with the NAS like OneDrive or Google Drive. 

Not really. You just generate an SSH public key on your NAS, then give that to whatever will be connecting to the NAS (i.e. your PC for example). I've only used it for connecting to FreeNAS and setting up replication between FreeNAS systems, but I'm fairly sure the process is similar for other things. You just don't get a button that says "SSH key scan" or "SSH public key" and have to generate your own. It shouldn't be beyond googling to do depending on your specific programs/hardware.

Then OwnCloud is what you want. That's basically what it is. It makes your NAS your own personal cloud like Google Drive or whatever.

† Christian Member †

For my pertinent links to guides, reviews, and anything similar, go here, and look under the spoiler labeled such. A brief history of Unix and it's relation to OS X by Builder.

 

 

Link to post
Share on other sites

Not really. You just generate an SSH public key on your NAS, then give that to whatever will be connecting to the NAS (i.e. your PC for example). I've only used it for connecting to FreeNAS and setting up replication between FreeNAS systems, but I'm fairly sure the process is similar for other things. You just don't get a button that says "SSH key scan" or "SSH public key" and have to generate your own. It shouldn't be beyond googling to do depending on your specific programs/hardware.

Then OwnCloud is what you want. That's basically what it is. It makes your NAS your own personal cloud like Google Drive or whatever.

Ah ok thank you. You've been very helpful. :)

Intel i7 4790k / MSI Z97M / Hyper 212 Evo / MSI Twin Frozr GTX 770 / 16GB Corsair Vengeance 1600MHz / Fractal Design Arc Mini R2 / Corsair CS750M / Samsung 840 Evo 250gb SSD /  WD Blue 1TB

Link to post
Share on other sites

Ah ok thank you. You've been very helpful. :)

You're welcome. If you need any help with anything else, feel free to ask. 

† Christian Member †

For my pertinent links to guides, reviews, and anything similar, go here, and look under the spoiler labeled such. A brief history of Unix and it's relation to OS X by Builder.

 

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×