BACKUP_DIRECTORY — specify directory used to dump database backups
Interchange 5.9.0:
Source: code/UI_Tag/backup_database.coretag
Line 16 (context shows lines 6-20)
# (at your option) any later version. See the LICENSE file for details.
UserTag backup-database Order tables
UserTag backup-database AddAttr
UserTag backup-database Version 1.12
UserTag backup-database Routine <<EOR
sub {
my ($tables, $opt) = @_;
my (@tables) = grep /\S/, split /['\s\0]+/, $tables;
my $backup_dir = $opt->{dir}
|| $::Variable->{BACKUP_DIRECTORY}
|| "$Vend::Cfg->{VendRoot}/backup";
my $gnum = $opt->{gnumeric};
my $agg = "$backup_dir/DBDOWNLOAD.all";