4
votes
2answers
54 views
How to manage backups and monitor Git with a central repository?
I'm on a team using Git right now, and we have a pretty good workflow. We have a central repository with two branches, dev and master. We create local branches to work on individua …
22
votes
22answers
1k views
Good Secure Backups Developers at Home
What is a good, secure, method to do backups, for programmers who do research & development at home and cannot afford to lose any work?
Conditions:
The backups must ALWAYS b …
0
votes
1answer
48 views
MSSQL export user rights into a SQL file
I would like to know if there is a query to export the user rights select insert grant and so on, to a SQL file.
I managed to get the list of the Grants:
Select * from INFORMATIO …
0
votes
0answers
68 views
IIS 7 Backup Strategy
Hey all,
I did notice this post but am looking for more specifics.
I have 2 servers running Windows 2008 Server Web Edition and am running websites on both of them. I would like …
1
vote
4answers
285 views
Remove Backup Files folder in Visual Studio 2008
Visual Studio 2008 automatically creates a folder located (in Vista) at:
"C:\Users\%username%\Documents\Visual Studio 2008"
And I'm fine with that location. What I don't like is t …
4
votes
0answers
295 views
Scalable Backup Solution [closed]
A friend of mine told me this was a great place to get some technically competent ideas from knowledgeable people. I am new here so please pardon if I sound like a n00b.
I have be …
-1
votes
0answers
35 views
Content server backups [closed]
What is the best way to backup data on content servers? For example, i have 15 servers that just have content, no apps running on it. Each server have 250 GB hard drive. So, its pr …
0
votes
3answers
551 views
How Do I Backup My PostgreSQL Database with Cron?
I can run commands like vacuumdb, pg_dump, and psql just fine in a script if I preface them like so:
/usr/bin/sudo -u postgres /usr/bin/pg_dump -Fc mydatabase > /opt/postgresql …
1
vote
2answers
94 views
Taking periodic backups of a MySQL database
Hi guys, I need to know how can I backup my MySQL databases on a periodic basis and have the backups downloaded to my local server. I'm using navicat and it has an easy backup inte …
0
votes
1answer
93 views
Backups via WHM - setting the schedule specifically?
We have backups running via WHM to a FTP server - where I see we can set daily, weekly, monthly - but can we specify what time during the day the backups are being done so it won't …
1
vote
3answers
181 views
how do i read a fedora partition from windows?
Windows recognizes and gives my fedora partition a drive letter, but it shows it as blank. Is there a way to get windows to read ext3 filesystem? Its a fedora 10 partition.
1
vote
2answers
435 views
What’s the fastest way to import a large mysql database backup?
What's the fastest way to export/import a mysql database using innodb tables?
I have a production database which I periodically need to download to my development machine to debug …
0
votes
0answers
32 views
What are good exclusions to make with managed backups [closed]
We are doing a weekly dump of our 1 machine and daily increments (courtesy rackspace). Our largest filest files in daily increments range from 4 - 507.81 MB
As I understand it (in …
0
votes
7answers
284 views
dedicated server backup solutions?
Duplicate:
http://stackoverflow.com/questions/15208/whats-the-best-linux-backup-solution
I am about to purchase a dedicated linux server that has 160GB hard disk and will be …
2
votes
2answers
456 views
How do you backup an apache Jackrabbit repository without shutting Jackrabbit down?
When running Apache Jackrabbit JCR as an embedded service in your app, is there a quick way to get a sound and consistent backup of the contents of the Jackrabbit repository withou …
