Is there (an automated) way to backup Hudson CI files?

后端 未结 6 2018
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-06 05:37

Here at my company we have three Hudson CI servers with 100+ jobs configured. We are looking for an automated way to periodically backup job configurations and

6条回答
  •  故里飘歌
    2021-02-06 05:53

    I am using thinbackup, which supports full backup and differential backup, and you could schedule when it runs the backup using cron job like syntax. It only backups the critical configurations so it doesn't take much spaces.

    See more details at: https://wiki.jenkins-ci.org/display/JENKINS/thinBackup

提交回复
热议问题