Project

General

Profile

« Previous | Next » 

Revision 14655

/README.TXT: to backup files not in Time Machine: documented why Postgres cannot be backed up by Time Machine

View differences:

trunk/README.TXT
494 494
	to backup files not in Time Machine:
495 495
		On local machine:
496 496
		l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres/
497
			# this cannot be backed up by Time Machine because it prevents the backup process from ending
497 498
		launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server
498 499
		l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres/
499 500
		launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server

Also available in: Unified diff