SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
backing up the scheduler

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
backing up the scheduler
Author Message
seanc217



Joined: 23 May 2007
Posts: 272

Post backing up the scheduler Reply with quote
Hi there,

What is the recommended way to backup the scheduler?

I am running the multi-platform edition on linux.

Thanks!
Fri Dec 07, 2007 3:34 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7949

Post Reply with quote
Hi,

Nothing fancy is really required. Just backup files from the installation directory as you would backup any other files.
Fri Dec 07, 2007 3:40 pm View user's profile Send private message
seanc217



Joined: 23 May 2007
Posts: 272

Post Reply with quote
Is it OK to run a backup of this directory while the scheduler is running?
Obviously I would like the scheduler to have a job to backup itself.

Thanks.
Fri Dec 07, 2007 3:43 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7949

Post Reply with quote
Yes. It is ok.

If you want a self-backup, you can use simple
Code:
sh /c cp * /home/backups/24x7


or if you want multiple dated backups, consider creating a script type job using batch/shell script type with a text like

Code:
#!/bin/sh
mkdir /home/backups/24x7/@T"yyyy-mm-dd"
cp * /home/backups/24x7/@T"yyyy-mm-dd"

Fri Dec 07, 2007 4:12 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.