Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Luigi D. Sandon wrote: > An offline backup is simply a copy of the repository, if you can ensure > noone is accessing it. You can take it "offline" stopping the server. You > can use any file copy utility to make a backup. > > What you call an "online backup" is a replica actually, not a backup. An > "online backup" would be a coherent snapshot of the repository in a given > point in time - backups aren't modified once made, usually. I do not know if > there is a safe way to make an online backup. > > AFAIK there are some tools to replicate repositories - don't know if there > are free ones. Be aware that an unreliable replication is worse than no > replication at all - I'd look for a good solution, not just a free one. > It's worth noting that replication of a live repository is pretty safe - all the work in an RCS file goes on in a temporary copy, so if you replicate halfway through an operation you still get an intact version. They one thing that you might get is half a commit.. in practice I've never found that to be an issue - it's fairly unlikely on most repositories (even busy ones do many times more checkouts than commits, although there may be exceptions) and if you're recovering from something like a corrupt server you've got worse things to worry about than one persons sandbox needing a second commit. Tony