I am looking for a long term archival solution on the cloud, what I need is to archive some files that I don't need to access often but also don't want to keep around on local disks. These are files that I might archive for 5+ years and then delete them when I know for sure I don't need them. These files are pretty big anywhere from 500MB to 25GB so I need lots of space and I don't want to split big files into small files.

I am currently using DorpBox and JungleDisk and both fail in the area of archiving. Because the model they implement is one of syncing a directory on my laptop to a filesystem in the cloud. What I want is a local directory that I can copy a file to and have that file then go to the online archive and once it is in the online archive and has been verified by the backup software to be in the cloud, I want this system to delete my local copy and keep the online version forever or until I till it to delete archived file. I also want those files downloadable form the web, and I want to be able to create a unique link that would allow some one to download any files from my archive should I want to give them the right to do so, this link should be configurable so that it can only be used once, or use within a date range.

I have not been able to find any services that offer this type of archival behavior was hopping someone has heard of a company that is focused more on long term archival than machine backup. It would seem like a trivial feature to add to existing cloud offering not really sure why they don't offer it maybe I have missed something.

Some good discussion on what the differences are between Archiving vs. Backup.

http://www.computerworld.com/s/article/103152/Backup_vs._archiving_It_pays_to_know_the_difference

I am looking for a solution that works in a small virtual business with teams members around the world

link|improve this question

60% accept rate
1  
Related/Dupe: Best online storage? – techie007 Aug 13 '11 at 18:02
@techie007 I don't think my question is a duplicate of the one you linked to because I am looking for archival behavior which is different than just plain backup and online storage. – ams Aug 13 '11 at 18:18
I understand, and that's why I said related/dupe. I also recommended moving it to the WebApps site, as it may be more applicable from my understanding. Regardless, that's why it takes 5 to close. :) – techie007 Aug 13 '11 at 18:23
@techie007 where is the WebApps site? – ams Aug 13 '11 at 19:44
webapps.stackexchange.com – techie007 Aug 13 '11 at 20:37
show 1 more comment
feedback

closed as off topic by techie007, random Aug 13 '11 at 21:31

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

If you're using OSX, creating an automator to work with an S3 client like Transmit 4 might be a good solution. Otherwise, have you considered writing a shell script? If you haven't written a shell script before, it's a very easy to use language and you could learn the basics in an afternoon. Since your functionality spec is so specific, writing your own stuff would likely be better than trying to modify an existing service.

link|improve this answer
I am on OSX what is Transmit 4? – ams Aug 13 '11 at 19:43
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.