I need to keep nightly incremental and weekly complete backups to a
data server. I see two feasible options for backup:

1) Tar the repositories directories which contains all the git data
(in hashed directories) and dump the mysql database of Gitorious. SCP
this to the data server.

2) Use git clone --mirror on each of the .git directories in the
repository directory, and rdiff-backup to the data server.

Is there a more convenient way to do this?

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to