Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Currently we can backup ubersvn server data by going to the web interface, log in, go to Administartor, Backup and follow the UI there.
My need is to do it via a command-line/batch command.
We have a blog on how to back up Subversion repositories here: http://blogs.wandisco.com/2012/03/20/how-to-backup-subversion-repositories/
However, that only backs up the Subversion data and not the uberSVN admin stuff (such as users and teams etc). Currently the only way to back this up is via the uberSVN interface.
If you have any further questions gimme a shout here: http://www.svnforum.org/forums/32-uberSVN-Help-and-Support
Mand
Online Operations,
WANdisco
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I've read many articles about using wevutil.exe and it seems to be exactly what I need. However, I cannot find it. I've tried on a Windows 2003 server, Windows 2008 server, Windows 7, etc. All come back with "'wevutil' is not recognized as an internal or external command". TechNet (which has docs on using it) doesn't list a download point so I assume it is provided with Windows?
I think you just misspelled, it's actually WevtUtil, and is located in C:\Windows\System32.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there any way to download an entire Vbulletin forum? It could just be in text files or whatever, doesn't matter to me but html files where the look of it is the same would be preferable.
I want an offline copy of the forum.
edit: the forum is password locked, I have to sign in before the forum becomes visible. So I don't think you can just target it with a script to download unless you can login first
If you are on Linux, you can do that with the wget tool:
wget --recursive http://www.websiteurl.com/
Some additional examples with wget.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Hi we have a Joomla app running in AWS. One DB with multiple webservers. How do we roll out updates done via CMS? When we get to auto-scaling how to we guarantee to get latest code?
We have SVN for other sites but with CMS changes are made outside SVN. We are trying using NFS but that just adds another unneeded layer.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Basically, what I want is something like Dropbox, but it is for my whole server.
If I place a folder into it, it updates on my server, and is accessible through my URL.
If I delete something, it removes it from the server too.
It also seconds as a offline backup of everything on my server.
Is there any app like that?
Thanks, in advance.
FTPBox seems to do what you want.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
i am running xampp on my windows 7 machine. i've downloaded the sourcecode for concrete5 5.4.2.2 (that is a PHP-based CMS) but some directories are not writeable, see screenie:
since there is no such thing as chmod on windows i am now wondering how to make the folders writeable by the webserver?!
There are two steps that should help you. First, check what user the web server is running as. If you can't see it easily, just Task Manager - it should show you. Then, once you know that user, give him read/write permissions through windows explorer to that folder. Alternatively, you could give "eveyone" access this way, but that has some serious security implications.