Skip to main content

Auto Backup Your Files With Dropbox


Backup with Dropbox is Effortless. Dropbox offers 2GB free online storage space for your data that can easily bump up to 3GB or more with the help of your social networks and by inviting friends who aren't on Dropbox yet.
Using Dropbox For File Backup

Dropbox has one big linitation that is your files and folder which you want backup, need to be residing inside the main Dropbox folder before they can be sent to the cloud.


To solve this problem you can use the Microsoft SyncToy, A free application that keeps files and folders in sync with each other. You need to identify all the essential folders that you wnat to bakcup and then sync them all with the local Dropbox folder using SyncToy.

For Auto Scheduling you can use the built-in Task Scheduler in Windows to run SyncToy once per Day ( or sooner)  so that the content of local Dropbox folder and the source folder are always in sync with each other.

Step by Step for Backup with Dropbox


Step1. Launch SyncToy and Create a new folder pair. "Left Folder(My Documents)" and "Right Folder (Sub folder of Dropbox)". Set the action as 'Synchronize'.

Step2 . Repeat Step 1 for every folder that you want to back up using Dropbox. 
               For Example :  You want to backup all your video, Just point the left folder to the main "My Video" folder or choose individual folders if you don't have space to backup the entire archive.

Step 3. Enter taskschd.msc in the windows Run box to start the Task Scheduler or go to Start --> All Programs --> Accessories --> System Tools --> Scheduled Tasks.
Step 4. Now create the basic task inside Task Scheduler and give it a name like "Dropbox Backup". Set the time of trigger as Daily (run backup once per day) and choose a time when you are less likely to use your workstation.

Step 5. Under Action, choose "Start a Program" and set the program name as SyncToyCmd.exe or juast say "-R" without quotes and save the task.

That's it! well done. SyncToy will launch everyday at the set time and will put all the new and updated files into Dropbox. Once there, Dropbox will automatically copy your files to the cloud which you can then access from anywhere from almost any device. 

Enhanced by Zemanta

Popular posts from this blog

Add Smilies/ Emoticons in Google Talk (Gtalk)

I Really love to use Smilies while chatting. Well, unfortunately GTalk doesn’t have smilies included by default . So Here You will find Out How To do it ... Well, it’s really simple. The main concept of getting smilies is through converting the text smilies of GTalk into smilies. As the new Version of GTalk includes support for themes we can add a theme with custom smilies in order to get rid of those text smilies. In short, it’s nothing but just adding a custom theme. Follow Simple Steps : 1) Download any one of the below smiley theme which you like. Download Classic Emoticons theme Download Bubble Emoticons theme 2) Now extract the zip to a specific folder. 3) Go to the following location: C:/Documents and Settings/(your user name)/Local Settings/Application Data/Google/Google Talk/themes/user/chat 4) Replace (your user name) with your Windows account user name without brackets The folder chat isn’t there by default so you have to create a folder with the name “chat” inside t...

Create a PDF Viewer ShortCode

Do you need to show PDF files on your WordPress Blog. If yes here is a small code for this. This will gives a feature to open the PDF files using Google Docs . The first step is to paste the following code into your functions.php file: function pdflink($attr, $content) { return '<a class="pdf" href="http://docs.google.com/viewer?url='  . $attr['href'] . '">'.$content.'</a>'; } add_shortcode('pdf', 'pdflink'); Once you saved the file, you'll be able to use the shortcode on your posts and page. Here is the syntax : [pdf href="http://yoursite.com/linktoyour/file.pdf"]View PDF[/pdf]   If you enjoyed this post, Please Consider Sharing it! You may also like to read: How to turn off Find My iPhone How to fix 'iPhone is disabled Connect to iTunes' error messages How to mirror/screencast iPhone to a smart TV how to Delete All Photos from iPhone How to make Chrome default browser How ...

Google Translate, Now With Voice Input

Google Chrome 11 added support for HTML speech input API. " With this API, developers can give web apps the ability to transcribe your voice to text. When a web page uses this feature, you simply click on an icon and then speak into your computer's microphone. The recorded audio is sent to speech servers for transcription, after which the text is typed out for you." Google Translate is the first Google service that uses this feature. If you use Google Chrome 11 Beta , Google Chrome 12 Dev / Canary or a recent Chromium build and visit Google Translate (Click Here) , you can click the voice input icon. Right now, this feature only works for English, so you need to select "English" from the list of input languages.