Live data from Hacker News

OneDrive data now has an expiry date

ms365news.com

161–164 of 164 posts

Re: OneDrive data now has an expiry date

#161
post #74

In an enterprise environment onedrive is perfectly fine. Yet so many developers think they're to good for it. They save their things outside of onedrive and low and behold they lose data. Its so dumb and im yet to hear a good reason why they couldnt have used onedrive.

Lo and behold*

Git folders doesn't go well with onedrive.

Re: OneDrive data now has an expiry date

#162

Earlier quoted context omitted.

Looking into the actual announcements, they're not 100% clear but I'd be shocked if they skipped the archival period for old accounts. But also they originally announced this a long time ago and the official page says they've been rolling it out since January last year.

I wouldn’t want to gamble on that assumption.

True, but if I was worried about having too many accounts to track down in the next week I would go ask them and also I would have probably started doing something in the last year plus.

Re: OneDrive data now has an expiry date

#163

Earlier quoted context omitted.

Network drives mean no local retention and no real good answer for Windows+Mac+Android+iOS clients to remotely access the files. It also doesn't solve sharing those files externally with granular permissions. All of these kinds things need protection against data loss and centralized control+management, not just the user folder alone.

isn't that also the case witf onedrive because it deletes local copies?

With OneDrive if you edit a file offline and someone edits a file online AND it's not a file type edit it can attempt to merge (like with Office documents) you end up with "{name}-conflict.{extension}" files rather than deleted local copies. You also get version history of files and the recycle bin of files deleted from the cloud to recover any mistakes from.

Re: OneDrive data now has an expiry date

#164
post #93
post #77

Earlier quoted context omitted.

I keep my code in OneDrive. I probably have hundreds of repos cloned and active. Been going like this since like 2018 or so. I’ve never had problems except for warnings about deleting lots of filed when I git branch or checkout or whatever. I would expect onedrive not to pull down files after a checkout because from a file io, it’s deleting and copying in new files, right?

It needs to read the repo under .git; that’s a lot of files that may not be synced, depending on local disk space, frequency of use, etc. The local disk is just a cache. There may be an option to Always keep on this device, which might help.

Sometimes there will be a delay while git rebuilds the index and pulls everything down. But its never affected my commits or anything substantial.
Post reply on HN