Project

General

Profile

« Previous | Next » 

Revision 14580

fix: /README.TXT: to back up the local machine's hard drive: "repeat until only minimal changes" should refer to the first sync command

View differences:

trunk/README.TXT
493 493
		l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/.fseventsd --exclude=/private/var/vm --exclude=/usr/local/var/postgres --exclude=/Users/aaronmk/.dropbox
494 494
			# no --extended-attributes: rsync has to visit every file for this
495 495
			# runtime: 10 min (~600); initial runtime: 4-13 h ("2422.84"+"12379.91" .. "45813.19"+"747.96")
496
		# repeat until only minimal changes
496 497
		l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/.fseventsd --exclude=/private/var/vm
497 498
		stop Dropbox: system tray > Dropbox icon > gear icon > Quit Dropbox
498 499
			otherwise, the backup of ~/.dropbox will be corrupted
499 500
		launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server
500 501
		screen
501 502
		l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/.fseventsd --exclude=/private/var/vm
502
		# repeat until only minimal changes
503 503
		launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server
504 504
		start Dropbox: /Applications > double-click Dropbox.app
505 505
	to restore from Time Machine:

Also available in: Unified diff