Here's what I found to be a relatively easy way to sync my drive with a backup folder on my home PC.
Software you'll need:
SyncBack - I've got 3.2.1 and it's not entirely portable (profiles stored locally), but then I'm only backing up on my home PC anyway
PStart-(or launcher equivilant [if there was one;)...]
Optional
Quick Menu Builder- great CD automenu builder.
First, you need a quick way, automated way to launch SyncBack. I used Quick Menu Builder to build a custom menu (which is my autorun), that has a Home/Work/10 apps I want quick access to, but not to always launch with PStart.
You can just as easily place a SyncBack shortcut in your USB root and click Browse Drive at stick autorun and double click said shortcut for quick access.
Next, setup SyncBack. Setup your type of sync, destination... so on. Lastly, and this is what sets SyncBack above others IMO, set PStart to launch at completion of sync process.
So at home I run syncback almost daily as it's quick, easy and automated backup. Away, I run standard PStart.
That's mine, what's yours?:)
You can just as easily place a SyncBack shortcut in your USB root and click Browse Drive at stick autorun and double click said shortcut for quick access.
No shortcuts here. A shortcut has an absolute path, eg. "E:\syncback\syncback.exe"
This means that if the drive letter changes (many reasons) your shortcut won't start!
- Better way--Make a bat file to run the app, then convert it to an exe using Bat To Exe Converter, and select "Ghost application".
EDIT: Didn't start href tag right. Woops!
EDIT2: No subject. Woops!
It turns out Windows will sometimes re-jigger the absolute path in a shortcut, if the path to which the shortcut points doesn't exist and it does exist on the current drive.
Nevertheless, I wouldn't rely on shortcuts either.
MC
One word..."robocopy".
Cancer Survivors -- Remember the fight, celebrate the victory!
Help control the rugrat population -- have yourself spayed or neutered!
I have used Robocopyxp for many purposes as well as large data transfers at work.
**************************************
4gb flash drive to store personal data
**************************************
7-zip
7z format, depending on what computer I'm usings, I set the compresson level.
650 mb spillting so I can burn it to discs.
Done.
Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world
I wrote a batch script that will backup your USB Flash Drive (should work fine with a USB Hard Drive as well) to your Main Hard Drive
The way the script is organized now is assuming you dont have MASSIVE amounts of data.
This script requires the following:
1) USBackup.bat (the code below is this file)
2) 7z.exe (this is the opensource application called 7-Zip, the 7z.exe file is the command executable of it)
3) Robocopyxp.exe (this is the Robust File Copy Utility from Microsoft. Its free, but not opensource. I dont claim any ownership over it, just that my script calls it to run)
4) Deltree.exe (This is a Tree deletion utility I found online, honestly, I dont know what its licensing status is, the web site where I found it is located HERE )
All these files are put in a folder called Apps\USBackup on the removable drive.
Here is the code:
[Moderator RM: PRE is for block code, that's good enough for me [/cookie-monster]]
**************************************
4gb flash drive to store personal data
**************************************