Backing up the domain excluding the archive

Backing up the domain excluding the archive

book

Article ID: KB0081369

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks 6.x

Description

Below command won't work as expected and it will include all the archive available while backing up of domain,

backup -s D:/Domain_bck_642 domain Domain642 -na

Use -na/no archives options in a command while executing it through bwadmin :

Use below command to take the backup of domain excluding the application archives,

backup -na -s D:/Domain_bck_642 domain Domain642
backup -s D:/Domain_bck -na -z domain Domain642

Here, -na : no archives  -z : zipped file

[NOTE : All above argument should be used before entity name.]
 

Issue/Introduction

Use of -na to take the backup of Domain without taking the backup of archives

Environment

All