Automated backup to JungleDisk-RackSpace cloud

1

1

It's quite complicated. (Okay, not that much.) My father is a person who likes the old way, where you store stuff on DVD, BD, HDD. Sad thing that I can't afford a NAS, they just cost way too much.

What I want:
- Compress given folders with LZMA2+7zip(allcores) and give a password/encrypt filenames.
- Put it into the JungleDisk folder in the folder (guess this is easy).

How should I do it? Windows schedule + .bat file? Compress the stuff one by one and copy them together, "store 7zip" together them and that's it? How should I do this?

(There are many folders on his PC and they are not organised.)
TrueCrypt would be also nice but I guess it's impossible to open a storage, put the file, unmount drive silently. Guess. Don't know.

Apache

Posted 2010-07-19T14:16:14.947

Reputation: 14 755

Answers

1

Biggest problem with batch files is error-checking and error recording.

For example, if your outlook mailbox is locked, does the backup fail or just flash up a little error message for a fraction of a second. You could end up with lots of backups, but all missing the file you want to restore.

Since you mention Jungle Disk, does it not allow you to backup the files automatically?

If you create large zip files (especially if they are compressed/encrypted) and attempt to upload them, it may very much harder on your bandwidth than backing up files individually.

sgmoore

Posted 2010-07-19T14:16:14.947

Reputation: 5 961

It allows uploading. The problem is about security. I want to have a really secure container. Basically RackSpace uses 64bit encryption which is almost nothing. Amazon uses 256bit, much better, but you still entrust your password to 3rd party. I want to have a space which only I can open, no one else. So basically I want to give enough protection for those docs. Mail client backup is not really important.. his mails are on the servers. – Apache – 2010-07-19T18:02:54.750

By the way, there are command line parameters to allow you to mount and/or dismount a TrueCrypt volume, but when I tried it, one of the required options was the password (and the idea of putting the password in plain text batch file put me off). – sgmoore – 2010-07-20T17:54:11.370

Hey having the plain password in the batch is not a problem in my opinion. You store it on your PC, not on the backup space. – Apache – 2010-07-22T08:32:07.863