[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Keeping backups in Subversion

From: Radomir Zoltowski <radomir.zoltowski_at_s3group.com>
Date: Thu, 06 Aug 2009 17:13:56 +0100

Jan Seeger wrote:
>
> Greetings!
>
> I don't know if this has come up before, but I am looking for a
> possibility to pack backups into a subversion repository. I'm thinking
> like this:
>
> rsync from remote to local host
> checkin into subversion repository
>
> The only problem here is how to delete files that have been deleted on
> the remote host. How would I go about detecting missing files and
> removing them from the working copy?
>
> Best regards,
> Jan Seeger
>
> rsync -avz -e SSH --delete-after --cvs-exclude

or other options and combinations. I am just guessing here!

Read man on *rsync* for more. This won't however guarantee that your
working copy will be anyhow usable.

I think of that you should actually ask youself, whether you want backup
or archive? Backup usually does not need versioning, it's ok to have
just one immediate copy aside. Archive however does keep full history,
but I kind of doubt that Subversion is a good software to maintain any
archive in particular.

What is your goal and what are the sets you'd like to have backed
up/archived? Have you ever considered full vs incremental backups,
schedules or any appropriate software for the job?

R.

The information contained in this e-mail and in any attachments is confidential and is designated solely for the attention of the intended recipient(s). If you are not an intended recipient, you must not use, disclose, copy, distribute or retain this e-mail or any part thereof. If you have received this e-mail in error, please notify the sender by return e-mail and delete all copies of this e-mail from your computer system(s).
Please direct any additional queries to: communications_at_s3group.com.
Thank You.
Silicon and Software Systems Limited. Registered in Ireland no. 378073.
Registered Office: South County Business Park, Leopardstown, Dublin 18

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2380921

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-06 18:15:11 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.