0
votes
0answers
86 views

Ubuntu server backup script

I have copied a backup script and modified it for my gaming server. The script is not working as it should with the old backup deletion function, but please do me a favor and check if the entire ...
0
votes
1answer
94 views

Bash script for files in directory (backup)

So, I need to write a script in bash which will backup files of directory. Script gets files (list of files for backup) as arguments, and last argument must be target folder (directory). If target ...
0
votes
0answers
60 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
91 views

Prevent backup of keychain data using kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly

I want to prevent a user from buying credits, synching their device, using the credits and then restoring their device from backup thereby resetting their credit level to what it was when they synched ...
1
vote
1answer
36 views

Can I store a Content Provider in a file? In Android

maybe my question is a little stupid but I couldn't find this answer. What I'm doing is a backup of the APNs list. I want to store the APNs list in a file. I already have the list of APNs but I want ...
1
vote
0answers
98 views

how to open visual studio solution auto recovery backup .bak file?

if you get the .bak file which is supposed to contain the visual studio full backup of a project, how do you open the file to see the project in solution explorer?
2
votes
2answers
130 views

How to make a full backup copy of a file on windows and linux

I want to make a real backup copy of a file with all the metadata that belong to it. I was searching for lib and found shutils but it doesn't copy all the metadata. How can I do it on linux and ...
3
votes
2answers
52 views

Bash script creating an unexpected file

I am creating a simple script that will help my Ubuntu-Server manage my backups. I compress my documents from my local machine every x-hours and scp it over to my backup machine. I want to have a ...
0
votes
0answers
57 views

Is it existing a netbeans “on save” plugin / option?

I wonder if there is something like an option i did not found or a plugin for automatic backup of files when they are saved (ctrl + s) in Netbeans like Notepad++ does. I know that it is not the most ...
-1
votes
1answer
103 views

Copying a folder to a destination named the same thing

I'm trying to get a backup program to take a folder selected by the user using JFileChooser and copy it to a destination also selected using the same method. The only problem is that it doesn't put ...
0
votes
1answer
120 views

Batch file to get sql backup scripts

Is there any way where I can use Batch files to get backup of the selected scripts from the SQL database...? Say - I have one stored procedure, one function and one view in a folder. sp1.sql ...
1
vote
2answers
30 views

Is it possible create a copy of only those files that were not committed to SVN?

Sometimes I need to revert many files - near 20 - 50, but need to save the files with local changes - if I in the future will use something. Project is big - more than 10 000 files. Is it possible ...
2
votes
3answers
1k views

iOS File Storage: Solution for Not Backing Up

Like many developers, my iOS app was just rejected for having downloadable content that was being backed up to iCloud. I've searched for a clear answer to this question but have not been able to get ...
2
votes
4answers
240 views

Keep 60 lines in log file

I've got log file, which I would like to have 60 lines in. When there will appear 61 line, script should cut line from beginning and paste it at end of my backup log file. But I have not any idea how ...
1
vote
1answer
60 views

How to backup data on battery plug off in android?

I am developing an application that is writing data to a file. Lets assume while it is writing the data we plug off the battery. What will happen to the file? will it be half-writen (corrupted), empty ...
1
vote
1answer
549 views

Backup /data/system/xxxx.bin to /sdcard

I'm fairly new to apk development. So far, after a book purchase and with a lot of Googling I've managed to make an application that controls some features of my custom ROM. I'm currently trying to ...
1
vote
1answer
39 views

Backup of images that aren't in the repository

I have the code of a website in a subversion repository. The admin of the site can upload images via a CMS. These images go to different directories inside "webroot/uploads/". This directory forms ...
0
votes
3answers
105 views

iOS: How to Backup a Project?

What's the best way to backup a project? To be more specific: I have a DropBox account and I prefer to have a copy of the project over there. I assume I should copy all the h+m files. Can I copy ...
0
votes
1answer
397 views

Delphi: save a folder with files using Synopse Big Table

How can I save a whole folder with it's files and folders using Synopse Big Table? I need to make a backup of my files without compression. I heard that Synopse Big Table is good for this purpose. But ...
0
votes
1answer
158 views

Txt, XML or database for backup and restore purpose?

I'm trying to backup & restore SMS and contacts informations and wondering about the way to do that. Keeping in mind that: I want a lightweight app Regarding to reading/writting delays and ...
0
votes
2answers
28k views

copy all files and folders from one drive to another drive using DOS (command prompt)

i want to copy all files and folders from one drive to another drive using MS-DOS. How to do it? I am trying xcopy I:\*.* N:\ But it copies only files, not folders. So how to copy all files and ...
0
votes
1answer
109 views

Error in moving Backup file [closed]

I have created a backup file by SQL query like this : BackUp [DBName] to disk=N'Backup path'. now i want to move it to another folder.but i recieve this error: Cannot copy 'Backup file ...
0
votes
1answer
309 views

Copyfiles from Directory Tree to Flat Folder - Keep most Recent

I am trying to create a batch file that will allow me to copy files that are scattered across several directories into a single location while maintaining the most recent copy available. This is for a ...
3
votes
3answers
3k views

T-SQL Backup Database command for file path with spaces?

How do I write a T-SQL backup database command to specify a file containing spaces? Here is what I have: BACKUP DATABASE AMDMetrics TO DISK = 'C:\Documents and Settings\daultrd\My ...
2
votes
2answers
581 views

Uniquely identify files/folders in NTFS, even after move/rename

I haven't found a backup (synchronization) program which does what I want so I'm thinking about writing my own. What I have now does the following: It goes through the data in the source and for ...
0
votes
2answers
120 views

access mySql database on file basis

Okay, heres a easy one for all you mysql folks out there: Our Win 2003 server crashed last night (durring installing of windows updates). We were able to restore old data from backup, but we miss 22 ...
0
votes
2answers
477 views

Cross-platform File sync tool

I am developing a webapp that will be used on LAN mostly. I have different locations where I deployed this app. Some of the locations run windows and some run linux (no x-window system). I need to ...
2
votes
2answers
1k views

How third-party SQL Server backup tools access databases' files for backup?

I'm reading about Red Gate SQL Backup, and I liked the concept of creating a database backup compressed and writing on disk the compressed backup directly without an intermediate SQL Server native ...
1
vote
2answers
93 views

Conditional action based on whether any file in a directory has a ctime newer than X

I would like to run a backup job on a directory tree from a bash script if any of the files have been modified in the last 30 minutes. I think I can hack together something using find with the -ctime ...
0
votes
3answers
173 views

I need to pull large backup files from my clients' servers to my server every month

I have clients out there running an SQL Server Express 2005 and each of these needs a backup each month and that backup needs to be moved to our server in case they lose their backup. Our software ...
1
vote
3answers
138 views

Undeletable file due to backup script

I just wrote this backup script: #!/usr/bin/bash # the number of days to do the backup for. days=5; # the files to backup. location[0]='/opt/aDirectory/' location[1]='/extra/anotherDirectory/' # ...
0
votes
1answer
565 views

MySQLdump results in lots of commented lines, no real content

I am trying to write a PHP program to automatically created backups of MySQL tables as sql files on the server: $backup = "$path/$tablename.sql"; $table = "mydbname.mytablename"; exec( sprintf( ...
1
vote
1answer
509 views

Copy a changing file with File.Copy

I'm writing some sort of backup tool that has to copy all the files in a directory. Now I'm using C#'s File.Copy(String, String, Boolean) method. But another application (which I can't change) ...
0
votes
2answers
3k views

How do you backup Xampp directory?

I want to both backup my Xampp directory and also transfer it to another computer. Is there an easy way to do this? When I try to copy it, it gives me a restriction, even though I am not running ...
3
votes
2answers
2k views

What Java file synchronization/backup library do you recommend?

Do you know any (open source) Java library that provides file synchronization/backup functionality? Many thanks.
2
votes
9answers
909 views

What is the best tool to synchronise a workspace between two PC's? [closed]

what tool do you use if you want to synchronise a workspace between two PC's? For example you have a work PC and a laptop and would like to switch easily between working on one and the other at the ...