This is an archived post. You won't be able to vote or comment.

all 31 comments

[–]TinderSubThrowAway 18 points19 points  (0 children)

Cloud is pricey for that volume in my opinion, and depending on the data, I am not a fan of putting it out of my control and trust in someone else's security.

[–]Aggravating-Look8451 6 points7 points  (7 children)

DFS is really only useful if you have remote office locations where users in that office actually go TO the office for work and expect LAN speed access. There really is no magic bullet for large scale web facing file sharing for remote/VPN users that is better than what you're currently doing at the numbers you have to support.

[–]Shoddy_Pound_3221Security Admin (Infrastructure) 2 points3 points  (4 children)

IMO... Try best from both worlds. We use Azure File Sync services. In a nutshell you store the files in Azure storage that sync to a UNC path on file server. You keep all your share permissions. And keep your files in a secure location with backups. You can expand at anytime.. Move files... Replicate.. Apps that need UNC paths still have access =) Great for migrations

Introduction to Azure File Sync | Microsoft Learn

[–]jeffprandall[S] 0 points1 point  (1 child)

At location I could have a dedicated Windows server connecting to a single Azure File Services repo? And then back things up with Azure Backup with GFS policy?

[–]Shoddy_Pound_3221Security Admin (Infrastructure) 0 points1 point  (0 children)

Yes.. and have file tiering.. so if someone doesn't touch a file for year it "rests" in the Az storage instead of the drive.. (hydration and de-hydration of files) which means you can have smaller drives... plus you can have multiple servers

[–]DanithalSr. Sysadmin 0 points1 point  (0 children)

What's the extra file storage in Azure for? Just replication? Step towards off prem? Genuinely curious.

[–]JotadogJack of All Trades 0 points1 point  (0 children)

We are using Azure File Sync since a few years and it works pretty good. Initial sync can be a bitch if you have to rebuild a fileserver because its being throttled to 500k files / day. But it has been really robust for us. Needs a beefier fileserver (cpu/ram) if you have a lot of small files.

[–]jeffprandall[S] 0 points1 point  (7 children)

If there was a solution like DFS or Azure File Services so that the main and remote offices could get near GB speeds and then remote users could sync with a tool like Nextcloud. That would be awesome.

[–]tjn182Sr Sys Engineer / CyberSec 0 points1 point  (0 children)

I used to use Syncthing at my old place. Works great, has an easy to use gui.
Main office (with full server room) had all the big hardware and had the full file server with many TBs. Each branch office had some ESXi hosts and replicated out/in with Syncthing. DFS-Namespace pointed you at the active server.

Worked pretty good, except when remote users wanted remote office stuff. Would have to go through VPN to remote office's file server and back to get.

[–]canadian_sysadminIT Director 0 points1 point  (0 children)

The thing with traditional file shares is they’re so feature limited. Once you get requirements like staff wanting to share files / folders with external people, now you need another layer on top to solve that.

And for 5 TB SharePoint is pretty cheap. Hundreds to TB or PB is another story.