backup

Adb backup does not work

喜欢而已 提交于 2019-12-04 09:54:39
问题 I need help from you guys, because I don't know what I did wrong with adb backup. I want to backup my Samsung Galaxy S3 LTE (GT-I9305) without root. I googled it and found Full Android Backup with SDK Manager. I installed all i need for this like Java Development Kit 8 version 66 (JDK 8u66 x64) and Android Studio which contains SDK Manager. Then they sad i should download the Google USB Driver. I downloaded it but nothing happened. I thought it should work now and then I went to C:\Users

robocopy script : Insufficient system resources

北慕城南 提交于 2019-12-04 09:27:42
I have a script that was working before. A robocopy script. The backup server broke and the new one misses some configuration, but I'm not a windows guy. :'( The script is the following: C:\Windows\system32\Robocopy F:\Equipos \\NASSERVERBACKUP\F$\BACKUPS_NASSERVER\Equipos_Horario *.* /purge /tee /e /log:F:\ScriptBackup\LogsBackup\NASSERVERBACKUP_horario.txt /nfl /r:1 /w:1 And the output is this: ------------------------------------------------------------------------------- ROBOCOPY :: Robust File Copy for Windows -------------------------------------------------------------------------------

Android backup/restore sample doesn't work?

心已入冬 提交于 2019-12-04 08:35:56
I'm having this same problem - as found in the google developer group. I quote what it is a very detailed explanation by Chris Grebeldinger (original author). "In the documentation: http://developer.android.com/guide/topics/data/backup.html#Testing It recommends testing backup/restore of your application by: installing your app make sure backup/restore is enabled changing some data and calling dataChanged() forcing bmgr to run a backup pass uninstall the app re-install the app and check if your data was restored All seems well until step 4, when I see this in the log: V/BackupManagerService(

How do I do incremental backups for SQLite?

天大地大妈咪最大 提交于 2019-12-04 08:07:39
I have a program that saves logging data to an SQLite3 database. I would like to back up the database while the program is still running. I have accomplished this by using the SQLite Online Backup API ( http://www.sqlite.org/backup.html ) and it works fine, however it lags the process until the backup is complete... Does anyone know of a way to do incremental backups in SQLite? I would preferably only backup new data, not the entire database each time I run the backup. I don't think there is a general purpose solution to your problem. If your logging data is timestamped and reasonably simple

MongoDB backup plan

旧街凉风 提交于 2019-12-04 07:43:56
问题 I want to switch from MySQL to MongoDB but great data losses (more than 1 hour) are not acceptable for me. I need to have 3 backup plans: Hourly backup plan . Data is flushed to disk every X minutes and if something wrong with the server I shall be sure that after reboot it will have all data at least for an hour ago. Can I configure it? Daily backup plan . Data is synced to backup disk every day so even if server explodes I can recover data for yesterday in some hours. Should I use fsync,

How can I make robocopy silent in the command line except for progress?

被刻印的时光 ゝ 提交于 2019-12-04 07:37:34
问题 I'm using robocopy to do backups with a PowerShell script, and it's pretty awesome, except that I'd like it to only show the progress percentage while it copies and not all of the other information. The other information clutters the command window, which I'd clean and simple so that it's easy to see the overall progress of the backup. Is this possible? Thanks, Andrew 回答1: I added the following 2 parameters: /np /nfl So together with the 5 parameters from AndyGeek's answer, which are /njh

How to save Atom editor config and list of packages installed

风流意气都作罢 提交于 2019-12-04 07:33:11
问题 I have recently started using Atom editor. Its pretty great so far. I am planning to install it on several other machines. How can I replicate the config and list of packages installed on my current machine to other machines. Is there a config that I can use to export and import them on other machines. 回答1: Use Git to version control your config file ( ~/.atom/config.cson ), and any other config files (dotfiles) you may have. You can then host your Git repository for free on somewhere like

SQL Server Restore Error - Access is Denied

心已入冬 提交于 2019-12-04 07:27:16
问题 I created a database on my local machine and then did a backup called tables.bak of table DataLabTables . I moved that backup to a remote machine without that table and tried to do a restore but get the following error: System.Data.SqlClient.SqlError: The operating system returned the error '5(Access is denied.)' while attempting 'RestoreContainer::ValidateTargetForCreation' on 'c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DataLabTables.mdf'. How do I fix my rights, if that is the

backup/snapshot a vm image (vhd) in windows azure

荒凉一梦 提交于 2019-12-04 06:07:00
I was wondering if anyone had any information on how to backup a vm image that has been uploaded to the cloud. There is an option to revert to the initial state. However, it would be extremely handy if a snapshot could be taken or if the vhd could be downloaded again. Any input would be welcome. Thanks This is not possible today. (Adding more text to reach the 30-character requirement. Huh?) But now it is... ;-) https://www.windowsazure.com/en-us/manage/linux/how-to-guides/capture-an-image/ This is Linux-centric, but there's another one for Windows VMs, too. You can backup the blob of the VM's