Hi all
Does anyone know of somthing that I can put on our webiste to allow students to fill in a form which then emails the ict support with the details from the form. Say for restoreing work?
Printable View
Hi all
Does anyone know of somthing that I can put on our webiste to allow students to fill in a form which then emails the ict support with the details from the form. Say for restoreing work?
I think you can use GoogleDocs to create a form and have the results emailed to somebody:
Creating forms - Google Docs Help
If you have Joomla chromoforms is good.
i found this
Email Me Form™ - HTML Forms, Web Forms, PHP Forms
If you can run CGI (Perl) or PHP scripts then there are loads of free Formmail scripts (or similar) here:
The CGI Resource Index
or
The PHP Resource Index
Andrew
If you use volume shadow copies why not allow users access to these then they can restore their own stuff?
Ben
You might also want to think about some sort of authentication so that you're not restoring work needlessly. If you can do an ASP page then you could probably grab the users AD name and make it so that can't be changed. That way you know that the request is coming from the right person.
We just map a drive to yesterday's data with read access only :)
Symantec BackupExec does another add-in to this. So they can even restore from tape if need be.Quote:
If you use volume shadow copies why not allow users access to these then they can restore their own stuff?
Ben
Far as Shadow copy, just right-click, then there is an extra tab, restore from previous versions. Needs software installing on the client (I believe).
Shadow copy rocks saves me so much time. Here are some instructions, really easy once you know how:
Restoring a File with Shadow Copy
How to Use the Shadow Copy Client
Server Side:
http://www.windowsnetworking.com/art...y-Service.html
http://www.microsoft.com/windowsserv...ew/scrfaq.mspx
I know this is a dull thing to say - but I love learning new stuff - even though I have known about it for ages.
I've just never bothered to look at it.
Now I am.
Go on - everyone can now laugh at me.
Gareth
How much space does Shadow Copy take up? How much space do I need on my servers?
Or can I get shadow copy to put the older files on a NAS box?
This is before I start reading - lol
GJE
You can store the shadow copies on a different drive but it must be local so unless your NAS offers iSCSI conectivity that is probably out.
As for space you can define how much it is allowd to use, shadowcopy works with snapshots that happen at scheduled times. It depends on how much data is changed during the period as to how much space you need, also how far you want to go back as with lots of space you can have snapshots going back weeks. You can easily clear out space by using the server side tools to delete all but the most current snapshot and lower the amount of space that shadowcopy is allowed to use in the configuration.
http://digitalcross.blogspot.com/200...on-win2k3.html
Learning is a good thing, I don't think that anyone here would laugh at you for it.Quote:
Originally Posted by garethedmondson