0
votes
2answers
25 views
SQL Server backup issue
Hello everyone,
I am using SQL Server 2008 Enterprise on Windows Server 2008 x64. I want to run daily job at mid-night every day to make full backup of database. Any reference document to follow for …
1
vote
4answers
38 views
LVM snapshot of mounted filesystem
I'd like to make a snapshot of a live filesystem in Linux, preferably using LVM. I'd like not to unmount it because I've got lots of files opened (my most common scenario is that I've got a busy …
0
votes
3answers
42 views
What does the switch -r mean for Firebird gbak tool?
When I run:
gbak -r
what will it do?
0
votes
1answer
41 views
Backup and Restore Filtered Data from SQL Server database using C#
Hello Friends,
I wish to implement backup and restore feature for my application. Here I want to backup filtered data(not the whole database).
Like Select * from Sales where CompanyId=1 …
1
vote
0answers
26 views
Parsing a blackberry .ipd file
I recently lost my Blackberry. When I discovered it was gone very shortly afterwards and called it, the sim card had already been removed. I ain't seeing that Blackberry again. Ok. I am out $300, but …
0
votes
1answer
52 views
Backup SQL Server database in ASP.NET
Dear guys
I want to backup a SQL Server database with C#. I have written a stored procedure which backup the database:
CREATE PROCEDURE WINC_BackupDatabase
AS
BEGIN
-- SET NOCOUNT ON added to …
0
votes
0answers
37 views
using dd command to get hard drive image [closed]
Is there a way to use 'dd' command to get a hard drive image that ignores the free space on the hard drive?
0
votes
0answers
19 views
Backing up my dedicated server [closed]
I'm setting up automated backups on my dedicated server to be sure I don't lose anything.
I'm currently backing up the root of my server.
Other than /home is there anything else I should backup? Or …
0
votes
1answer
21 views
bulkloader.py --dump without authentication
Is there some way or using the bulkloader.py dump and restore funtionality without authentication?
I have tried using:
- url: /remote_api
script: …
0
votes
2answers
22 views
Backup a database using JPA
I'm working on a database backup engine using JPA. Everything is working fine but I'm having issues figuring this issue. I know is related to how I defined the Entities.
First here's a brief on how …
1
vote
3answers
46 views
(Lightweight) backup strategies for a LAMP application stack?
I'm researching some lightweight tools to backup a LAMP stack. The two most imporatant pieces are the
php codebase and
the mysql database.
I can tar/bz2 the code and a mysqldump and restore it on …
3
votes
5answers
110 views
GIT clone to external drive for backup
Hey,
Go easy on me, I'm not much of a command line man... We have GIT set up within our windows network (using msysgit & GitExtensions). We each have our own repositories and we push to a remote …
0
votes
2answers
57 views
Delete backup files older than 7 days
Using osql command, SSQL backup of a database is created.
It is saved to Disk.
Then renamed to match the date of the day backup was taken.
All these files are saved in a single folder all the time.
…
0
votes
1answer
20 views
Keep a TFS source backup in Visual Source Safe. Possible?
We moved from Visual Source Safe to Team Foundation Server. Can I sync. TFS source control to Visual Source Safe? I would like to keep a backup of Team Foundation Server source control in Visual …
0
votes
1answer
27 views
IProblem with backing up mysql database
When i use this it works fine
C:\Program Files\MySQL\MySQL Server 5.0\bin mysqldump.exe
--user=dinesh
--password=accounting
--host=dinesh
-C
--routines
…
