Project

General

Profile

« Previous | Next » 

Revision 14555

/README.TXT: to back up the local machine's hard drive: back up the non-Dropbox, non-Postgres files separately to minimize the Dropbox and Postgres downtime

View differences:

trunk/README.TXT
494 494
		launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server
495 495
	to back up the local machine's hard drive:
496 496
		turn on and connect the 2 TB external hard drive
497
		l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/usr/local/var/postgres --exclude=~/.dropbox
498
			# runtime: 10 min (~600); initial runtime: 4 h ("2422.84"+"12379.91")
497 499
		stop Dropbox: system tray > Dropbox icon > gear icon > Quit Dropbox
498 500
			otherwise, the backup of ~/.dropbox will be corrupted
499 501
		launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server
500 502
		screen
501 503
		l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put
502
			# runtime: 10 min (~600); initial runtime: 4 h ("2422.84"+"12379.91")
503 504
		# repeat until only minimal changes
504 505
		launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server
505 506
		start Dropbox: /Applications > double-click Dropbox.app

Also available in: Unified diff