Question

I just installed SP2010. There's the default web app named SharePoint-80. I am trying to backup this web app using Power Shell.

Here's my command: Backup-SPFarm -Directory C:\Backups -BackupMethod full -Item SharePoint-80 -Verbose

It complains saying "Backup-SPFarm : Item SharePoint-80 not found". Could someone please figure out what my problem is?

Was it helpful?

Solution

Double quoting the item name "SharePoint - 80" solved my problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top