How to put Encrypted Contents on Cloud Storages(haridas.in)
haridas.in
How to put Encrypted Contents on Cloud Storages
http://haridas.in/how-to-put-encrypted-contents-on-cloud-storages.html
1 comments
For zeroing unused blocks, I can suggest zerofree: http://packages.debian.org/squeeze/zerofree
Which I set my backup routine to run when it is finished, but you could also set to run at regular intervals using cron. Occasionaly, you might want to zero out the filesystem to improve compression. This can be done using "cp /dev/zero /mnt/SecureDropbox/zero" followed by "rm /mnt/SecureDropbox/zero"