Showing posts with label backup. Show all posts
Showing posts with label backup. Show all posts

Monday, February 20, 2017

Wd anywhere backup premium v 4 50 6554

Wd anywhere backup premium v 4 50 6554


MEMWDCA000-E3F1-HHG0-18F7-7543-26EL

Available link for download

Read more »

Friday, February 10, 2017

Use an automated backup script that will check your backup drive letter

Use an automated backup script that will check your backup drive letter


I have tried many different tools for automated backup, both third party and the ones built into windows, but the best one by far is Robocopy. It is the most robust, stable and reliable tool that youll ever find to automate backups both in the enterprise environment and at home.

I use Robocopy scripts to mainly create backups onto an external USB drive that can be routinely taken offsite and switched with another external drive.
The biggest problem when using automated backup onto an external drive is the fact that the letter of the drive may change at some point if the drive was unplugged and then re-plugged. This causes your backup procedure to miss the target drive and backup will not run.

Heres an example of a script that overcomes the problem of the changing drive letter.

In this example we run a mirror backup of a server folder onto an external backup drive, and the script will find out whether the backup drive is using drive letter G: or H:

@echo off

IF exist G:ident.txt (goto run1) ELSE goto run2

 :run1

 robocopy "ServerAdministration" "G:BackupAdministration" /MIR /W:0 /R:0 /XF:SHT /LOG:backuplogr.txt /NS /NC /NFL /NDL /NP

 :run2

 robocopy "ServerAdministration" "H:BackupAdministration" /MIR /W:0 /R:0 /XF:SHT /LOG:backuplogr.txt /NS /NC /NFL /NDL /NP

We start by creating a procedure that will check for a file called "ident.txt" (could have any other name or extention) - this is an empty file you should create and put in the root folder of your backup drive.
So if the file is present on drive G: - we point the script to a label called "run1" which runs the backup to drive G:. If the file is not present on drive G: (or if there IS no drive G:) we bounce the process to the label called "run2" which will then run the backup onto drive H:.

Robocopy then starts backing up a shared folder called "Administration" located on a server named "Server" onto the the external USB drive.

Available link for download

Read more »

Friday, November 25, 2016

Total Backup Premium v6 Cracked APK Free Download

Total Backup Premium v6 Cracked APK Free Download


Information


Total Backup offers the ability to backup and restore user contact joins, contact groups and call log with the touch of a button. Never lose your ordered contact list and groups when deleting accounts, reseting or migrating to a new device. Save and restore your call log fast and without hassle
Download and install directly on your phone
File Type: APK
File Size: 1.48MB
Version: 6.0.9
Operating System: Android
After Trying It, Please Buy The Original Software. 
Support The Developers, They Deserved It.

Screenshots



Download Links


Download Here APK : 1.48MB

Available link for download

Read more »