Jump to content

Recommended Posts

Posted

As horrible as Sharepoint is I'm looking for some best practices for backing it up.

 

I know you can backup through the Central Administration console to a remote directory which is fine and I am more then happy to do that - is there a better way to do it? Also can this be set to automatically backup rather then manual?

 

I will be veeam replicating the server to external DR site but need an alternate method to backup this up if possible.

Posted

Windows PowerShell script files are .ps1 files.

 

 

You can use Backup-SPFarm to do it. For help and examples, type get-help Backup-SPFarm -examples.

 

For example, the follow script will start a full backup to e:\backup.

 

Backup-SPFarm -Directory E:\Backup -BackupMethod full

 

Save it as E:\Scripts\BackupSharePointFarm.ps1. You may need to use "set-executionpolicy RemoteSigned" to allow a local unsigned ps1 file to run.

 

 

And put the following as your scheduled command line, or inside your batch file....

powershell -command E:\Scripts\BackupSharePointFarm.ps1

 

In task scheduler, the account need to be set to the one who has admin permissions (or at least with powershell permission) otherwise it cannot run properly.

Posted
Thats the info I'm after. Linux Web servers are so much easier to backup then this Sharepoint thing (and a hell of a lot less complicated.)
Posted
Mmmmm depends on how and what you planning on backing up and how you're gonna do it. Remeber when james used to be at Oriel half it was Linux and never worked properly haha.

 

thats becuase it was setup by James and one server (plus he just does things without and testing). i setup an entire school pretty much running on it (web servers, Virtual hosts using KVM plus file servers and and backup using Backup PC radio stations and it worked flawlessly. the only bug bear of the network was Exchange :) which if i was still there would be replaced with with Google Apps/Office 365 or Zimbra. Plus Viglen + Linux was never going to work

Posted
Yeah there is that....haha! Yeah i hear i was a bit put off with the thought of KVM though but thats just me. What they have now is just mind boggaling ! Conrad has done an amazing job using VMware, Microsoft solution suites ect... but i guess you where working on a budget of sorts? But it dose sound good :)
Posted
Yeah there is that....haha! Yeah i hear i was a bit put off with the thought of KVM though but thats just me. What they have now is just mind boggaling ! Conrad has done an amazing job using VMware, Microsoft solution suites ect... but i guess you where working on a budget of sorts? But it dose sound good :)

 

i had a larger budget then oriel would of had. Just dislike half of the Microsoft offerings. I'm working with VMware now in large installations and a lot of VDI stuff which is good.

Posted
They do work quite good when you get them installed properly, I started my first job a few weeks ago ( IT Network egineer ) i support many clients 300+ remoley and onsite im off to oxford street wednesday actually to work on a new rollout! i like it quite alot actually! all microsoft to!! theres one company that use some macs for design work ect..

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



×
×
  • Create New...