Project

General

Profile

« Previous | Next » 

Revision 14627

: renamed 2TB drive's BIEN3 partition to BIEN3.**SAVE since one might not see the SAVE file in it

View differences:

trunk/backups/*retention_policies*/partitions/2TB_drive/BIEN3/**SAVE**
1
contains complete bootable backup of BIEN3 development machine. keep in case Time Machine backup is unrestorable for any reason, or if the Time Machine drive gets reused.
trunk/backups/*retention_policies*/partitions/2TB_drive/BIEN3.**SAVE**/**SAVE**
1
contains complete bootable backup of BIEN3 development machine. keep in case Time Machine backup is unrestorable for any reason, or if the Time Machine drive gets reused.
trunk/README.TXT
496 496
		screen
497 497
		# --exclude='/\**': exclude *-files indicating the (differing) retention
498 498
		#  statuses of the partitions involved
499
		l=1 overwrite=1 src=/ dest=/Volumes/BIEN3/ sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/ --exclude=/usr/local/var/postgres/ --exclude=/Users/aaronmk/.dropbox/
499
		l=1 overwrite=1 src=/ dest='/Volumes/BIEN3.**SAVE**/' sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/ --exclude=/usr/local/var/postgres/ --exclude=/Users/aaronmk/.dropbox/
500 500
			# no --extended-attributes: rsync has to visit every file for this
501 501
			# runtime: 10 min (~600); initial runtime: 4-13 h ("2422.84"+"12379.91" .. "45813.19"+"747.96")
502 502
		# repeat until only minimal changes
503
		l=1 overwrite=1 src=/ dest=/Volumes/BIEN3/ sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/
503
		l=1 overwrite=1 src=/ dest='/Volumes/BIEN3.**SAVE**/' sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/
504 504
		stop Dropbox: system tray > Dropbox icon > gear icon > Quit Dropbox
505 505
			otherwise, the backup of ~/.dropbox will be corrupted
506 506
		launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server
507
		l=1 overwrite=1 src=/ dest=/Volumes/BIEN3/ sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/
507
		l=1 overwrite=1 src=/ dest='/Volumes/BIEN3.**SAVE**/' sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/
508 508
		launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server
509 509
		start Dropbox: /Applications > double-click Dropbox.app
510 510
	to restore from Time Machine:

Also available in: Unified diff