 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
seanc217
Joined: 23 May 2007 Posts: 272
|
|
backing up the scheduler |
|
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 |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7949
|
|
|
|
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 |
|
 |
seanc217
Joined: 23 May 2007 Posts: 272
|
|
|
|
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 |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7949
|
|
|
|
Yes. It is ok.
If you want a self-backup, you can use simple
 |
 |
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
 |
 |
#!/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 |
|
 |
|
|
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
|
|
|