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.
-1
votes
0answers
24 views
Continuous backup of tens of millions of files? [closed]
We have tens of millions of files (images) ranging 500KB-10MB, and growing, and we're trying to find different solutions for continuous backup over LAN (unbreakable requirement) that perform well. The ...
3
votes
1answer
28 views
Is there a way to copy the folder according to the changes in the day through PHP?
Here I wanted to take the backup of my folder by using PHP
I am having the folder structure as follows:
ragu
|__Raji
|__ Ranjith
If i am going to take the backup on today means the whole ...
0
votes
0answers
12 views
Need to backup inputted data into another worksheet
I work for a manufacturing firm and am trying to create an excel file that can keep track of the health of certain filters.
Example: Every day, data is recorded on a set of 100 filters ...
0
votes
1answer
31 views
How to create Backup Batch file that copys only modified files & delete the dest files/folders that do not exist in the source?
I want to create a backup Batch file that meets these requirements:
Requirement:
1-Only copy the source files if the source file got modified.
2-If the destination contains the files/folders that ...
1
vote
0answers
13 views
Reinstalling WAMP, file backup MySQL database w/ InnoDB tables = FILE COPY ok?
I need to do a fresh install of WAMP. Files and other settings are easy to backup/reconfigure, but I have a question regarding MYSQL.
I used to simply COPY a backup of the mysql folder structure , ...
-1
votes
0answers
21 views
Where does SQL Server buffer writes during VSS backup? [closed]
I'd like to know Where SQL Server buffers writes during VSS backup? Hardware providers have 10 sec time to create snapshots. Does SQL server keeps the writes during this time in RAM? What happens to ...
0
votes
2answers
12 views
Resuming rsync partial (-P/--partial) on a interrupted transfer
I am trying to backup my file server to a remove file server using rsync. Rsync is not successfully resuming when a transfer is interrupted. I used the partial option but rsync doesn't find the file ...
-2
votes
0answers
11 views
MySQL On Windows backup to file? [closed]
Is there a way to backup a MySQL database directly to a file without using the > operator?
E.g.,
mysqldump --user --password --output=mydb.bak mydb
Similar question for restoring:
mysql --user ...
0
votes
1answer
47 views
Copy entire database from one server to another in .NET
I am tasked with writing a data transfer utility and one requirement is that I copy an entire MySQL database from one server to another. The user will simply click a button when they want the ...
0
votes
1answer
30 views
How to protect folder containing a git history
I'm using git to keep track of writing projects and other personal work on my own PC (running a version of Ubuntu).
Although my work is being version controlled, I am worried I might one day lose the ...
0
votes
0answers
8 views
Website auto-backup software [closed]
I searched but couldn't find something solid. Mostly are web services based on subscription. I am looking for a software that could be used to backup my site (JustHost) every hour or so on hard disk. ...
-1
votes
0answers
15 views
SQL Server : SHRINKDATABASE some times don't work
I try to shrink database size and then create backup of it.
BACKUP LOG MY_DATABASE WITH TRUNCATE_ONLY
DBCC SHRINKDATABASE ('MY_DATABASE')
exec ('ALTER DATABASE [MY_DATABASE] SET RECOVERY SIMPLE WITH ...
0
votes
0answers
6 views
entire subdomain backup and restore every x minutes?
Very sorry - this isn't a hardcore coding issue. More of a database and file system backup & restore.
Thought I'd ask as I'm reasonably sure someone's done something like this or would know where ...
0
votes
0answers
20 views
can we restore DataBAse backup files taken from mysql cluster into standalone mysql server ?
I am running Mysql -Cluster with 2 data node with replicaset 2,and I took backup from ndb_mgm (START BACKUP WAIT STARTED),now both data node have backup files , now i want to restore the complete ...
0
votes
1answer
48 views
How to create a database backup on c#.net
I'm working on a Windows form application that has a access database. I need to create a backup of that database on button click. Also user has to choose the destination folder of the backup. Can ...
0
votes
1answer
18 views
Bash backup specified file extensions in multiple directories
I have this line here find "$directory" -name "*.sh" -print0 | xargs -0 cp -t ~/bckup that backs up everything ending in .sh. How would I do that for multiple file extensions? I've tried different ...
1
vote
1answer
37 views
Auto-backup shell github
I wrote a script to auto-backup a website and this script will push resources to github. I wrote some code in crontab to let it auto-execution. However, I don't know why resources can't be pushed.
I ...
0
votes
0answers
34 views
Incremental Online Backup failed with NullPointerException on 1.9RC2
I was testing your enterprise server 1.9.RC2 but found incremental online backup failed and message as follows:
I can do a full backup on a different directory and also successfully do a ...
1
vote
1answer
24 views
After copying live drupal site to wamp server, local site still acts like fresh install
I recently set up WAMP server on my Windows 7 machine. I copied the code from my live Drupal 7 site to my local folder, and imported my database. However, when I try to access my local site, I get ...
0
votes
0answers
25 views
Making a backup system
I asked for help the other month with making a backup system and people said to use this ive got the first part to work the section where you have to add it to the manifest file but the rest I cant ...
0
votes
0answers
7 views
Are there any userspace programs to interpret btrfs snapshot diffs?
I am currently looking into backups and want to speed up the process while staying file-based (as opposed to filesystem-based).
I want to use duplicity as the main backup component.
The idea would be ...
0
votes
0answers
3 views
What's a standard backup or snapshot behaviour and a reasonable compromise
I don't seem to find any article on how a backup/snapshot system should be implemented and how a user assumes the system will work.
The backup system we are devising is for backing up an application, ...
0
votes
1answer
25 views
Database Backup best practices
I am working in a production environment, where we process XML files daily. Our database size is quite big. we are taking a daily backup. I learned that Marklogic adds up changes to your previous ...
0
votes
0answers
29 views
Robocopy changes source attributes
first post, please be gentle!
I'm using robocopy to export a folder on a server. My server "dory" is backing up to a local drive, and then I'm using a robocopy script to export that to a redundant ...
0
votes
0answers
9 views
root space full How to take backup?
I 'm using ubuntu and windows in parallel. In my hard disk I left some space for windows and linux also. Now disk apace is full. How can I transfer some data from root to other derive without ...
0
votes
2answers
25 views
Is it possible to backup records from a particular MySQL table a few at time with mysqldump? It's a table with a lot of records
So I have a table with nearly 200,000 records that I want to clean up. However I want to back it up. I've tried using the phpMyAdmin interface but the script keeps timing out given the huge size of ...
0
votes
0answers
27 views
SQL Server - restore database with zero size log file [migrated]
SQL Server backups contain meta-data about the size of the original log (LDF) file.
So if you backup a database that has a 5GB LDF file, when you restore it, you will get an (empty) 5GB LDF file. ...
4
votes
0answers
50 views
How to take inceremental backup in lucene?
I want to perform a backup and restore process in my project. I used snapshotdeletionpolicy to take a hot backup of my indexes to another location.
Is it possible to take a incremental backup in ...
0
votes
0answers
31 views
Non-blocking automatic MariaDB backup to remote host
I'm looking for a non-blocking automated backup solution for MariaDB. I considering Percona's XtraBackup.
Are there any other options to consider for my purpose?
Are there other options for ...
0
votes
1answer
26 views
mysqldump with create database line
I'm in the process of moving my files onto another computer, and one thing I would like to do is to transfer the data in my MySQL database. I want to dump the databases into .sql files, but also have ...
0
votes
0answers
17 views
How to backup databases to ensure data recovery [migrated]
I have 15 customer databases that have minimum replication at different sites. I currently do nightly back-ups and transfer the database back-up nightly to our main server via 7zip. We recently had ...
0
votes
0answers
19 views
SSIS Back Up Database, how to change file name
Any1 knows how to set the DestinationManualList property of a "Back up dabase task" within an SSIS package using C#? I cant figure out how to do it in BIDS 2012, all I see is a collection which you ...
0
votes
1answer
14 views
akeeba 3.7.6 downgrade to akeeba 3.6.12
I recently updated to Akeeba 3.7.6 (that yellow danger sign made me to! :) - silly me, didn't read anything about that before) and unfortunately none of our hosting servers is using php 5.3 yet (they ...
2
votes
1answer
24 views
Restore MySQL database by uploading db files?
so I have a little problem. Okay a huge problem.
We had problems with our Ubuntu Precise server and our /usr directory was removed. This means that all commands related to mysql stopped working as ...
0
votes
0answers
28 views
How do I refresh SQL server cross database references after a database is reattached with a different name? (Are there hidden synonyms?) [closed]
I have 2 seperate SQL databases on the same SQL instance. Database1 references tables on Database2 in its views and stored procedures. Everything was working fine until we had to create a fresh ...
-3
votes
0answers
16 views
Backup SQL Server 2008 pelo Visual Studio 2010 [closed]
Good afternoon I have a big question, I wonder how do I back up the program by SQL Server Visual Studio 2010.
0
votes
0answers
26 views
Make a copy of an iOS app with all data for restoring later
I'm developing an app and want to be able to make a hard copy of the app at a certain point in time, then restore that version later for different testing methods.
i.e. take a copy of the ipa (with ...
0
votes
2answers
23 views
Android ClassNotFoundException on BackupAgent (wrong package name)
I implemented a working BackupAgent a while ago but now the app crashes with the following LogCat. The thing is, it worked fine for some time and the BackupAgent.java is actually in the ...
0
votes
0answers
12 views
Android restoreAnyVersion flag restoring from backup on version upgrade even when set to false
The restoreAnyVersion is false by default but even when I do set it to false explicitly my application restores data backed up from a previous version. Does this flag not work correctly or is there ...
0
votes
0answers
8 views
Copy a certain file from a CPIO file to a different directory
I am trying to copy a single file from a .cpio file, to a different directory rather than the tree inside it. I am trully sure it is possible, my teacher did it.
I have tried this:
# cpio -i -F ...
0
votes
1answer
27 views
Is it okay to cancel a T-SQL database backup script?
I needed to run a backup of a very large database (which has a scheduled transaction log backup) but it was running too long and i killed the process (which took a long time to rollback) -- between ...
-1
votes
0answers
24 views
Best way to backup database and uploaded files of your site [closed]
OS: Linux system(I actually don't know what flavor at this point so generic solutions are better)
Database: MySQL
I am trying to find a way to backup some uploaded files and the database for my site. ...
0
votes
1answer
18 views
Incremental export records from a database table
For a given table in my system of record (RDBMS), I need to implement a functionality to export the records incrementally. For example, if a user runs an export job which returns x number of records, ...
1
vote
1answer
21 views
Starting mongodb with plain backup of previous /data/db contents
I'be grabbed all files from /data/db dir from other sever and now trying to start mongo with it on another one. Here are the files I have:
-rw------- 1 root root 1073741824 Feb 2 11:21 j._0
...
0
votes
0answers
17 views
Backup daily for MySQL, MariaDB or PostgreSQL [migrated]
Good day:
I wonder if there is a program with which I can create daily backups with these requirements:
The first time, make a full backup.
The second time, only the changes since the last backup, ...
0
votes
0answers
19 views
Azure Recovery Services - Backup not running automatically
I configured Windows Azure Backup on my VM hosted on Azure. I did manage to create and upload a certificate following this tutorial and this tutorial.
I downloaded the server agent to the VM and ...
-5
votes
0answers
23 views
Can we have a script that created automatically backup of a file [closed]
Can we have a script that whenever someone edit a specific file , backup of that file automatically created ???If yes kindly guide me please. how to proceed or if possible pls provide me some ...
0
votes
0answers
43 views
Connector/Net no longer supports server versions prior to 5.0
I'm using MySqlBackup.dll for mysql database backup in my asp.net application.
At the time of backup it troughs an error
Message
Connector/Net no longer supports server versions prior to 5.0
...
0
votes
0answers
28 views
Is it possible to backup an sql database if it's status is not online? [migrated]
We have an sql job which backs up all database in the sql server every night(excluding tempdb) whose state is 0 (online), but due to some reason it didn't back msdb. So the issue is at that time msdb ...
0
votes
0answers
16 views
Backup of Wester Digital MyBook live to remote drive
I would like to make a BackUp of my MyBook live to a remote location. The reason beeing, that if the drive is stolen, all data is lost. That is why I want to mirror all data to a remote location, so ...






