Project

General

Profile

« Previous | Next » 

Revision 14581

/README.TXT: to backup files not in Time Machine: don't need to review diff because command is unidirectional

View differences:

README.TXT
482 482
			start Dropbox: /Applications > double-click Dropbox.app
483 483
	to backup files not in Time Machine:
484 484
		On local machine:
485
		overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres
486
			then review diff, and rerun with `l=1` prepended
485
		l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres
487 486
		launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server
488
		overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres
489
			then review diff, and rerun with `l=1` prepended
487
		l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres
490 488
		launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server
491 489
	to back up the local machine's hard drive:
492 490
		turn on and connect the 2 TB external hard drive

Also available in: Unified diff