how to handle old stuff

documantation backup

use edocs

big stuff

tools

to make it more secure

now I port my private data to edocs, so I think I need to use sth like

year=`date +%G`
month=`date +%b`
day=`date +%d`
cd ~/.Dropbox-backup/
mkdir $month"_"$day"_"$year

cd $month"_"$day"_"$year
rsync -r ~/Desktop/Dropbox/ .

to make it more secure