Showing posts with label Online. Show all posts
Showing posts with label Online. Show all posts

Thursday, June 21, 2018

Restore options in SharePoint Online

Site Collection Restore
Contact Microsoft Support for assistance with possible data loss issues.  They will work with you to assess the best route to restore the desired content, whether that be versioning, the recycle bin, or an actual restore.Backups are retained for 14 days, so the sooner we can get started with data gathering the better.

Recycle Bin
By default Sites, Lists, Libraries, Folders, Items and Documents will all go into the recycle bin.
If an end user empties his recycle bin, the content will be transferred into the site collection recycle bin.
A site collection administrator is able to restore items from the site collection recycle bin.
Items that have been deleted into the recycle bin will remain there for 93 days.
The 93 days is the total length regardless weather the items are in the user recycle bin or in the site collection recycle bin.
More info:
Manage the Recycle Bin of a SharePoint Online site collection



Versioning
It is possible to turn on versioning on documents and items in SharePoint Online.
If versioning is turned on and no limit has been set on the amount of versions to keep, you can go back in time for as long as you want.
If you delete something into the recycle bin, all versions will be delete as well.
If you restore something from the recycle bin back into a library, all versions will be restore as well.
If you have set to keep only 3 major and 3 minor versions, the oldest versions will be purged once a new version is being created.
More Info:
Enable and configure versioning for a library
Versioning, content approval, and check-out planning

 Examples
So let’s say that if a user deletes an item and waits 95 days, the item will be gone.  If they contact technical support, we can request a restore from a backup taken up to 14 days prior, so we could restore the entire site collection back to a point where the item is still in the recycle bin and is capable of being retrieved.  As we would be restoring the entire site collection, all data from the point of the backup to current would be lost.

Let’s say that we have turned on versioning and set to keep only 3 major and 3 minor versions. If we already created 3 major versions and we create a new one, the oldest major version will be purged. In order to restore this purged version, we would need to restore the complete site collection up to a point where the version is still there so we can restore it from the version history.

3rd party solutions
Note that there are 3rd party solution out there that are capable of migrating content from an on-premise environment into SharePoint Online. Usually if these tools are able to migrate content into SharePoint Online, they are able to grab content from SharePoint Online as well. Below are some 3rd party solutions that might be able to create interim backups of SharePoint Online as well.

Avepoint
Quest
Metalogics
Metavis
Thinkscape
There are also ways to manually export some of the data yourself using for example Outlook or SharePoint Workspace. Please see this post from a colleague of mine for more information.

Reference : https://blogs.technet.microsoft.com/akieft/2012/01/09/restore-options-in-sharepoint-online/

Thursday, May 24, 2018

SharePoint Online limits

SharePoint Online limits that apply to all plans. For storage and user limits for current Office 365 plans and SharePoint Online standalone plans

Service limits

Items and files - A list can have up to 30 million items and a library can have up to 30 million files and folders. Views can have up to 12 lookup columns.

Subsites - Up to 2,000 per site collection

File path length - The total length of the URL, including the file name, can't exceed 400 characters.

File size - Less than 15 GB per file. Files attached to list items can be up to 250 MB in size.

Sync - For optimum performance, we recommend storing no more than 100,000 files in a single OneDrive or team site library. If you use the previous OneDrive for Business sync client (Groove.exe), the sync limit per library is 5,000 items.
  • Versions - 50,000 major versions and 511 minor versions
  • SharePoint groups - A user can belong to 5,000 groups, and each group can have up to 5,000 users. You can have up to 10,000 groups per site collection.
  • SharePoint hosted applications – 20,000 instances per tenant.
  • Users - 2 million per site collection.

Users cannot see the checked out files in the folder/ library

I Came across a Issue today wherein the user opened a ticket for the below issue Issue : Users cannot see the checked out files in the fo...