Tagged Questions
5
votes
3answers
6k views
Creating an Amazon EC2 Backup solution to Amazon S3
I currently use Amazon S3 as a backup location for my local machines - Primarily using JungleDisk to backup nightly all my local files to my S3 account.
I have been looking at creating a more ...
2
votes
3answers
82 views
Quick backup system for large projects
I've always backed up all my source codes into .zip files and put it in my usb drive and uploaded to my server somewhere else in the world.. however I only do this once every two weeks, because my ...
1
vote
3answers
150 views
Incremental backups: how to track file deletions
I have an offsite backup solution which runs on C++ to break the files into blocks, and keeps track of the blocks using md5 hashes on a SQLITE3 database. And it transfers the blocks along with the ...
1
vote
2answers
677 views
Ubuntu remote backup software like Windows Home Server [closed]
I'm running Ubuntu 10.04 Desktop on a headless machine to act as a server and a laptop dual-booting W7 and Ubuntu 10.04. I have a network setup so I can vnc, ssh from the laptop to the server.
My ...
1
vote
3answers
605 views
Need an encrypted online source code backup service
Please note this is not a question about online/hosted SVN services.
I am working on a home based, solo developer, project that now has commercial significance and it is time to think about remote ...
0
votes
1answer
5 views
rsync -option explaination?
I've seen the switches below on an rsync script and I just wondered if someone could break them down for me...
rsync --chmod=ugo=rwX
ugo?
rwX (read-write-Execute - why the capitalisation on ...
0
votes
0answers
23 views
Efficient incremental backup with data chunks
I'm developing a backup tool and I can't figure out the most efficient way to do remote backup. I don't want to send the whole file every time there's a small change so I guess incremental backup is ...
0
votes
1answer
269 views
AIX 4.3 - Backup entire system over the network?
I want to backup a AIX 4.3.2.0 machine to a network location. In the past, I've used dd/netcat to backup a system like linux. The server does not appear to NFS or netcat on it. I see that I should ...