Tagged Questions

0
votes
0answers
8 views

Cognos LAE Backup Automation (Batch File?)

Within Cognos 7.4 security.. one would create an LAE file to export all their users... directions here... http://www.cognos-install.co.uk/articles/backups/access%5Fmanager%5Fexport%5Fto%5Flae.asp …
0
votes
2answers
36 views

How to create a snapshot or clone of PHP, MySQL page… Inspiration needed

Hi, We have a web application that creates a dynamic PHP page with all the MySQL stored details a user has entered via a number a forms. So far so good, but we want this information stored some how …
0
votes
2answers
37 views

backup SQL Server 2005 database without data

I have one stored procedure to backup the database. It will backup metadata as well as data. Is there any option to back up the database with out data. ie, back up only the schema (Empty tables). I …
1
vote
3answers
54 views

Backing up a mercurial repository while preserving timestamps

Is there a way to back up a mercurial repository while preserving the files' timestamps? Right now, I'm using hg clone to copy the repository to a staging directory, and the backup program picks up …
0
votes
1answer
34 views

SQL Server 2008 Auto Backup

We want to have our test servers databases updated from our production server databases on a nightly basis to ensure we're developing on the most recent data. We, however, want to ensure that any fn, …
4
votes
10answers
144 views

How to delete from a database?

I know of two ways to delete data from a database table DELETE it forever Use a flag like isActive/isDeleted Now the problem with isActive is that I have to track everywhere in my SQL queries that …
1
vote
1answer
27 views

Does hg pull only operate on the current working directory?

I have multiple mercurial repositories and used hg clone to create backups of them on our file server. Now I want to write a batch file that updates them once a day by running hg pull -u on each …
0
votes
10answers
90 views

What’s the best possible name for a backup server in a development environment? [closed]

Hi, I run an office network and we have many servers. We try to give them nice server names regarding their functions, avoiding stupid names like 'dev01' or stuff like that. For testing our …
0
votes
3answers
68 views

Versioning SQLite databases with Subversion. Good idea or bad idea?

So I have a web system where every user gets a separate SQLite database which acts as a sort of their workspace. All of the database files are in a directory with database names that match up to the …
0
votes
0answers
25 views

rsync commands for the following cases [closed]

I take a backup of my root directory (/) during shutdown to the attached storage and then rsync back from the attached storage to / during booting. what's the rsync command I need to use during …
0
votes
1answer
20 views

mysql dump stops when a row is updated

When i try to get a dump of a mysql database, the dump stops when a row in it is updated. How can i prevent that? I already tried following options with no result: -f (forces continu even when …
1
vote
4answers
71 views

How do I make a database backup and have it stored locally?

So here's the challenge. I need to use C# to back up a database locally from a remote database server and the only share we have is \\computer\c$. If the answer is to back up to a location on the …
2
votes
5answers
76 views

What’s a good and simple way to backup an SVN repo to an FTP server?

I'd like to make a backup of my SVN repo using tar and ftp from a cronjob once a day. This is quite easy, but I would like to make sure there's no commit etc. running while the backup is made. While …
0
votes
0answers
8 views

Are the .NET Membership dates recreated on a restore?

After having restored a database recently that contained the ASP.NET membership provider tables, I noticed the LastLoginDate and LastPasswordChangedDate are now right around the time of the restore. …
2
votes
1answer
105 views

Powershell scripts to backup SQL, SVN

I'm trying to use PowerShell to create some backups, and then to copy these to a web folder (or, in other words, upload them to a WebDAV share). At first I thought I'd do the WebDAV stuff from within …

1 2 3 4 5 27 next
15 30 50 per page