Re: Script for backing up Jenkins

2018-10-18 Thread gotviseryon
I found a plugin SCM Sync plugin. Exploring this as well. On Wednesday, October 17, 2018 at 8:22:16 PM UTC-4, rajendraprasad reddy wrote: > > Hi I can suggest two approaches here, > All Jenkins configuration (jobs config, credentials,...etc) will be saved > in directory. > > If it is running o

Re: Script for backing up Jenkins

2018-10-18 Thread gotviseryon
Nope. I have a volume attached to that server and backing up to that volume. On Wednesday, October 17, 2018 at 6:43:21 PM UTC-4, Sam K wrote: > > Hi > What is your backup location? I hope its not on the same server as the > Jenkins Master. > > On Wed, Oct 17, 2018 at 2:22 PM > wrote: > >>

Re: Script for backing up Jenkins

2018-10-17 Thread RAJENDRA PRASAD
Hi I can suggest two approaches here, All Jenkins configuration (jobs config, credentials,...etc) will be saved in directory. If it is running on Linux it must in /var/lib/Jenkins/ folder On the same Linux machine install SVN/git client create a commnd to check-in files. You can run this comman

Re: Script for backing up Jenkins

2018-10-17 Thread Sreeram Krishna
Hi What is your backup location? I hope its not on the same server as the Jenkins Master. On Wed, Oct 17, 2018 at 2:22 PM wrote: > Thanks everyone for the update. For now we are going with the Periodic > Backup plugin which provides the backup of entire JENKINS_HOME. This > plugin works exa

Re: Script for backing up Jenkins

2018-10-17 Thread gotviseryon
Thanks everyone for the update. For now we are going with the Periodic Backup plugin which provides the backup of entire JENKINS_HOME. This plugin works exactly the way we want. But, we might end up with rsync option eventually. Weighing in on each of the option. Will keep posted. Thanks

Re: Script for backing up Jenkins

2018-10-17 Thread Sreeram Krishna
Glad to hear that Adam. On Tue, Oct 16, 2018, 11:03 AM Adam von Nieda wrote: > > I have a similar setup for Disaster Recovery, and rsync the entire > stack. Works like a charm, and I’ve tested within the last week. > > -- > Adam vonNieda > a...@vonnieda.org > > > > > On Oct 16, 2018, at 11:05

Re: Script for backing up Jenkins

2018-10-16 Thread Adam von Nieda
I have a similar setup for Disaster Recovery, and rsync the entire stack. Works like a charm, and I’ve tested within the last week. -- Adam vonNieda a...@vonnieda.org > On Oct 16, 2018, at 11:05 AM, Sam K wrote: > > Hi > I have a backup mechanism in place. I have a second Jenkins insta

Re: Script for backing up Jenkins

2018-10-16 Thread Sam K
Hi I have a backup mechanism in place. I have a second Jenkins instance and I've been using rsync in a cronjob to keep sending all config.xmls and basically everything except build information and artifacts to the backup Jenkins. It send the information every 2 mins. I remember testing it

Re: Script for backing up Jenkins

2018-10-16 Thread Vladimir Zak
Hi, Try ThinBackup plugin. Vladimír Dne út 16. 10. 2018 15:33 uživatel napsal: > Hello, > > We are using Open Source Jenkins. We want to backup the configuration and > any changes happening in Jenkins everyday for recovery purpose. Is there > any scripts available for this purpose? Jenkins i

Script for backing up Jenkins

2018-10-16 Thread gotviseryon
Hello, We are using Open Source Jenkins. We want to backup the configuration and any changes happening in Jenkins everyday for recovery purpose. Is there any scripts available for this purpose? Jenkins is on Linux VM. -- You received this message because you are subscribed to the Google Gro