The act of saving ones files, data, applications, etc. to secondary media, allowing for the recovery of the files, data, applications, etc. in the event that the primary media becomes unavailable (fails). Also the secondary media used for storage.
0
votes
1answer
19 views
Is there some API to access information about tables and fields in a SQL Server backup?
I need to retrieve information from a SQL Server backup file such as tables and field names, is there any API that allows to do that?
-1
votes
1answer
66 views
How to take Isolated Storage Data backup in windows phone memory? [closed]
in my application i have buttons as Backup&Restore. when user click on backup,it will store all isolated data in to windows phone memory card and when press restore user have get back all data in ...
0
votes
0answers
18 views
wordpress faulty backup, eCommerce database backup, manual move
So i was given a site a few days ago that is for the lack of a better word, faulty. Seo guys cant Seo certain content and certain pages are just a mess. The people who developed it dont want it ...
0
votes
1answer
128 views
SQL Server 2012 restore excluding filestream
I have a SQL Server 2008 database which has filestream.
I need to backup this database excluding filestream and restore the database on SQL Server 2012.
I have researched this and found:
...
0
votes
2answers
20 views
Mysql backup error
I wrote the below line to create a mysql backup , for some reasons i'm getting Errcode 13 .
E:\Xampp\xampp\mysql\bin\\mysqldump -u root --add-drop-database -B project_db -r C:\Documents and ...
-5
votes
1answer
83 views
How to Take MongoDB BackUp [closed]
I have a MongoDB Data Base Having around 50 collections..
It Contain some master collection and some transaction collections.
I want to take backup of my database every 5 hour .. PLz suggest some ...
0
votes
0answers
46 views
Is it possible to backup and restore all the database of sql server once a time?
We are going to transfer our 50 databases from our old server (SQL Server 2000 Enterprise edition) to new one with SQL Server 2008.
Is it possible to do that once or just one by one in form of ...
0
votes
2answers
66 views
Backup a database
I want to backup my DB but I got a error:
ConnectionStrings cannot be used like a method
How can I resolve this?
string strCon = @"Data ...
0
votes
1answer
59 views
Path Not Found VB6
I'm trying to do backup on VB6.
This is my code:
Private Sub Command1_Click() Me.CommonDialog1.Filter = "*.sql"
Me.CommonDialog1.ShowSave If Me.CommonDialog1.FileName <> "" Then
...
0
votes
1answer
77 views
How to separate/decouple git repository into a different location
My request may look strange but it'd make more sense after I explain why I'm doing it.
So I have my person projects under /path/to/myprojects. Underneath maybe C, Perl, Shell, Tcl, etc. Now I want ...
0
votes
1answer
115 views
MySql Table wise Backup and Restore
I'm working on Mysql data backup and restore system but stuck that how to go with it.
An Option which i may think of
Table Wise Backup Method
Creating A Directory With Dateandtime and directoy will ...
3
votes
2answers
161 views
Handle SQL FILESTREAM Data Corruption and Backup
At work we're going to store media for our clients such as video, HD photos and audio, I suggested using the SQL FILESTREAM to store such media.
One of the main concerns about this approach is what ...
0
votes
1answer
180 views
Storing files on removable sdcard
I have two Android apps on the market that read/write from the sdcard. One of them stores the backup file to the sdcard. The issue is that with newer smartphones there are two sdcards; the embedded ...
0
votes
2answers
124 views
Compress files from mobile and upload it to server?
I have developed an application for backup and restore on IOS and ANDROID!
for backup i am just looping all files and uploading to server directly and to restore, doing the same to retrieve the data's ...
0
votes
0answers
104 views
WHS 2011 not backing up Windows 8 client… why might this be?
I'm working on a backup problem for a friend of mine whose files are not being backed up by her server. I've looked through Microsoft's knowledge base only to find that the problem should have ...
0
votes
0answers
59 views
lftp - create a zip files for /var/www and another for mysql db's
http://www.lifelinux.com/auto-backup...to-ftp-server/ - here is a description of how to backup mysql databases and files from a directory (eg var/www)
I tested the script and it works fine, but I ...
1
vote
0answers
86 views
Is it possible to backup with rsync, follow root symlink, but preserve the rest of the symlinks?
I'm setting up a backup using rsync. I'd like to specify the root source directory using a symlink that points to it, but for the rest of the archived tree, I'd like to preserve the symlinks.
...
0
votes
1answer
76 views
Heroku PG Backups, how to restore certain records only
I would like to use Heroku PG Backups to able to restore my data in case anything was deleted by mistake. My question is, what if I want to restore just a certain record as well as its associations. ...
0
votes
1answer
50 views
find directory trees in large tree structure that are identical
I have an archive of about 10 years worth of files that is a large directory tree structure, having multiple copies of smaller tries at various locations in the larger tree. The tree grew into this ...
2
votes
1answer
84 views
Export/Backup a SQL Login's Information
I have a certain dilemma, using SQL server 2005 and 2008.
There's an emergency that needs to be performed, and the only way (SLA-bound) to do so is to use a certain SQL login. The problem is, the ...
1
vote
2answers
390 views
How to do backup in C# application?
I will try to do a backup database from C# application. I found more tutorials how do that. In the new project copy some solution and run. All the time I got one connection error like:
"backup ...
-2
votes
1answer
119 views
How to check tape backup size on solaris [closed]
I've my backup on tape.
Now I want to know the TOTAL size of backup that is on tape.
Can anyone help me on this.
I tried tar -tvf /dev/rmt/0 command but it lists all the files backed up but it ...
0
votes
1answer
103 views
Backup database with different name time-related
My code ,for agent's job on SQL server 2008 , generate the backup file, but it keep OVERWRITE the first bak file everytime the agent's job triggered !!?
how can i make backup with different name ...
0
votes
2answers
71 views
Restore a MySQL Database and Files every 30 mins for a demo site
Ok I read this post:
I need to restore a database (mysql) every 30 minutes using a cron job
and the answer was:
mysql -u user -ppassword databasename < /path/to/dump.sql
My question is will ...
0
votes
0answers
252 views
How do I copy apk file to my sd card through code?
I want to create an application similar to "App backup and restore" which stores the apk file from /data/app to the sdcard, and then reinstalls it when we choose to restore.
How can this be done?
1
vote
0answers
26 views
How do I backup a blog thorough RSS?
I have a blog with tons of content on a service that's about to be shut down, they aren't offering a solution to download all of it but they did enable RSS feeds that show the entire posts with images ...
-1
votes
1answer
61 views
automatic cpanel backup on shared hosting
I have been looking for a way to backup complete cpanel including all the files and databases locally on the shared hosting.
No backup option was provided in cpanel.
I've googled it but all I could ...
0
votes
0answers
64 views
Postgres Backup in Ms Access VBA
Is it possible to create a VBA (MS_Access 2010) routine to automatically create Postgres (9.2) backup/restore?
0
votes
0answers
551 views
(Solved) Excel 2007 VBA to save open workbook as backup without changing original
i am trying to adapt this code i found online
Sub SaveCopyas2()
Dim newWB As Variant
Dim wb1 As Workbook, wb2 As Workbook
Set wb1 = ActiveWorkbook
If wb1.Saved = False Then MsgBox wb1.FullName, ...
0
votes
1answer
166 views
SQL Server Backup Device file size
After reading Pinal Dave's useful article on restoring databases I am planning to utilise the following setup...
My 400mb database is in D:\databases\
Recovery model is Full
Create a backup device ...
0
votes
0answers
67 views
What are the SQL Server data backup/archiving techniques [closed]
The product has a SQL Server 2008 database. We want to implement archiving and backup mechanism. The difference between them would be, in archiving we need to delete the entries in the table once ...
-3
votes
1answer
112 views
codeigniter database backup with PDO [closed]
i have database backup function
/**
* bazis beqqafis shenaxva
*/
public function testbackup(){
$this->load->dbutil();
$prefs = array(
...
0
votes
2answers
78 views
MySQL backup process slowing down inserts and updates
Currently i am using the mysqldump program to create backups, below is an example of how i run it.
mysqldump --opt --skip-lock-tables --single-transaction --add-drop-database
--no-autocommit -u user ...
0
votes
2answers
117 views
BACKUP DATABASE is terminating abnormally
I have a stored procedure, which performs a database backup for a specific database like this :
ALTER PROC [dbo].[SP_Backup]
@DataBaseName NVARCHAR(500) = NULL
@fullPath NVARCHAR(500) ...
-1
votes
1answer
121 views
DB2 online restore - “SQL1035N The database is currently in use.” [closed]
I am trying to do ONLINE RESTORE ROLLFORWARDING TO END OF LOGS AND COMPLETE. When I run this command I am getting error SQL1035N The database is currently in use. It does not allow any connections to ...
0
votes
1answer
351 views
Backup Azure Virtual Machine local folders to blob storage?
I've just setup an extra small VM instance in Windows Azure to run a help console for our company. The help files can be updated and published through a simple .NET interface. Obviously the flat html ...
1
vote
1answer
140 views
DB2 Online Restore but Without Roll Forward?
I read a lot of documentations for db2 restore but I could not find how to perform online restore from the last database backup but without roll forwarding of logs?
I will appreciate command ...
2
votes
1answer
100 views
completely archive a TFS2012 project
In TFS 2012 what is the best practice to fully archive a TFS project? Our TFS database has gotten ridiculously large and we need to start archiving things (but of course we do not want to loose ...
0
votes
1answer
23 views
how to take log file backup automatically
How to take automatically backup of a log file(.txt) when it's size reached a threshold level, say 5MB. The backup file name should be like (log_file_name)_(system_date) and original log file should ...
0
votes
1answer
19 views
How would I copy the gallery, posts & pages from a compromised wordpress install to a fresh one?
A Wordpress install on one of my servers has been compromised. What's the quickest way to export the gallery, posts and pages in a manner that won't export any back doors along with them? Then how ...
0
votes
0answers
71 views
rsync remove old backup on remote PC
Good day
I use this script to backup my home PC to remote PC
#!/bin/bash
#Todays date in ISO-8601 format:
DAY0=`date -I`
#Yesterdays date in ISO-8601 format:
DAY1=`date -I -d "1 day ago"`
#The ...
0
votes
0answers
25 views
How you manage builds (versions) for a visual c++ project?
So far most of my coding tasks have been in scripting languages mostly BASH, PowerShell & JavaScript. After successful implementation of a module, I used to save a backup of my source file such as ...
0
votes
0answers
17 views
Any Command Line Archivers (zip,rar) have -DelBkUps Functionality?
I am looking for a command line compression program that has the functionality of '-DelBkUps' like SQLMaint.exe.
The '-DelBkUps 2days' will auto-delete any backups older than two days.
Any ...
0
votes
0answers
76 views
Implementing iCloud Backup of Image Database
I'm developing a fairly basic app in XCode v4.6 which is constructing a database of dated images with some textual descriptions. I need to backup the database and had originally intended to do this ...
0
votes
1answer
111 views
hbase export row size limit
I want to create a backup of my hbase table using hbase export.
The problem is that my rows are very big and I get a java heap space error. Is there any parameter I can give in order to limit the ...
0
votes
1answer
24 views
dump incremental file location
How does dump create the incremental backup? It seems I should use the same file name when I create a level 1 dump:
Full backup:
dump -0aLuf /mnt/bkup/backup.dump /
and then for the incremental
...
1
vote
3answers
326 views
Simple Backup and Restore for mysql Database from Java
How to backup a mysql database from a java code such that:
It's saving path is dynamically allocated.
Spaces in Path do not create problems.
Path is generated using the executing jar file.
...
-2
votes
1answer
204 views
How to run scp command using batch file in ubuntu? [closed]
I need to keep backup of my mysql server database on the remote computer connected on the LAN automatically in specific interval of time.To perform this task I have first made a batch file which takes ...
0
votes
1answer
77 views
How to create a MYSQL backup with custom names and information
I need to make a database backup of mysql, but it should have certain features.
The backup should execute on a click of a buttton in java swing.
Path : The path should be declared by me where it is ...
0
votes
3answers
67 views
Does copying the Git bare repo change the log?
I'd like to try out a few things with git and I don't want to screw anything up in the working repository.
To try to keep things safe, I've made a copy of the bare repo that I work from and from this ...





