Domino TDP 'fulls'

kfiresmith

ADSM.ORG Member
Joined
May 7, 2007
Messages
201
Reaction score
0
Points
0
Location
Pittsburgh
I need to do daily fulls. The closest I see to that is the option to do a selective. Is that what I'm supposed to do for TDP 'full' backups?
Thanks guys,
- Kodiak
 
hi,
you just need to run the following command
domdsmc selective "*" /subdir=yes
and you'll have all databeses backed up
hope this helps
max
 
Thanks, Max.
Is it better to have that in a batch script called by a command schedule, or to have the command schedule actually call it itself, ie:

def sched domino domino-full action=command obj=C:\domino\domsel.cmd
-or-
def sched domino domino-full action=command obj="domdsmc selective "*" /subdir=yes"

Thanks guys,
- Kodiak
 
hi,
the first option (domsel.cmd), definitely

cheers
max
 
Back
Top