Difference between revisions of "Running on Mac"
From wikidb
(New page: == Tips == * Run Terminal from the Application/Utility folder * Run X11 from Application/Utility folder * From a terminal window enter the following command ssh -X eepp@10.0.0.122 == Li...) |
(→Tips) |
||
Line 5: | Line 5: | ||
* From a terminal window enter the following command | * From a terminal window enter the following command | ||
ssh -X eepp@10.0.0.122 | ssh -X eepp@10.0.0.122 | ||
+ | |||
+ | == Tabor Backup == | ||
+ | |||
+ | cd /Users/edcepp/TaborBackups | ||
+ | ./backup.sh | ||
+ | |||
+ | bash-3.2$ cat ./backup.sh | ||
+ | rsync -av eepp@10.0.0.122:/home/eepp/ --exclude=tmp --exclude=Downloads --exclude=.mozilla --exclude=.ros eepp | ||
== Links == | == Links == | ||
[http://forums.macrumors.com/showthread.php?t=88541 Remote X11 Display] | [http://forums.macrumors.com/showthread.php?t=88541 Remote X11 Display] |
Latest revision as of 09:22, 5 August 2012
Tips
- Run Terminal from the Application/Utility folder
- Run X11 from Application/Utility folder
- From a terminal window enter the following command
ssh -X eepp@10.0.0.122
Tabor Backup
cd /Users/edcepp/TaborBackups ./backup.sh
bash-3.2$ cat ./backup.sh rsync -av eepp@10.0.0.122:/home/eepp/ --exclude=tmp --exclude=Downloads --exclude=.mozilla --exclude=.ros eepp