Project

General

Profile

« Previous | Next » 

Revision 4663

Added by daigle over 15 years ago

Discover the external (backup) directory based on OS

View differences:

PropertyService.java
38 38
import org.apache.log4j.Logger;
39 39

  
40 40
import edu.ucsb.nceas.metacat.util.OrganizationUtil;
41
import edu.ucsb.nceas.metacat.util.SystemUtil;
41 42
import edu.ucsb.nceas.metacat.util.UtilException;
42 43
import edu.ucsb.nceas.utilities.FileUtil;
43 44
import edu.ucsb.nceas.utilities.GeneralPropertyException;
......
481 482
	/**
482 483
	 * Gets the backup properties directory
483 484
	 * 
484
	 * TODO MCD figure out how to expand this.  At least for Windows
485
	 * 
486 485
	 * @return a string which holds the name of the backup directory. returns
487 486
	 *         null if directory could not be created.
488 487
	 */
489 488
	public static String getBackupDir() {
490
		return "/var/metacat/.metacat";
489
		return SystemUtil.discoverExternalDir() + FileUtil.getFS() + ".metacat";
491 490
	}
492 491
	
493 492
	/**

Also available in: Unified diff