diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/gitAR.sh | 4 | ||||
-rw-r--r-- | scripts/install/opensim.tmux.conf | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/gitAR.sh b/scripts/gitAR.sh index d988077..ce7d441 100755 --- a/scripts/gitAR.sh +++ b/scripts/gitAR.sh | |||
@@ -3,8 +3,8 @@ | |||
3 | # Work around OpenSims slow database corruption bug by using git to store all old backups. | 3 | # Work around OpenSims slow database corruption bug by using git to store all old backups. |
4 | # Try to squeeze every last byte out of the tarballs. Seems to cut the total storage size down to one third the size of just the raw I/OAR files. | 4 | # Try to squeeze every last byte out of the tarballs. Seems to cut the total storage size down to one third the size of just the raw I/OAR files. |
5 | # Saves even more if there's been no changes. | 5 | # Saves even more if there's been no changes. |
6 | # On the other hand, these backup files will grow indefinately, the more changes, the faster it grows. I can live with that for more reliable backups that go back further. | 6 | # On the other hand, these backup files will grow indefinitely, the more changes, the faster it grows. I can live with that for more reliable backups that go back further. |
7 | # Tries to avoid loosing data if things go wrong. I think the main remaining problem would be running out of space, in which case you have bigger problems to deal with. | 7 | # Tries to avoid losing data if things go wrong. I think the main remaining problem would be running out of space, in which case you have bigger problems to deal with. |
8 | 8 | ||
9 | # Strategy - unpack the last one, unpack and commit any old I/OARs, pack up the result, delete it's working directory, THEN run the save i/oar. | 9 | # Strategy - unpack the last one, unpack and commit any old I/OARs, pack up the result, delete it's working directory, THEN run the save i/oar. |
10 | # Avoids having to sync with OpenSim finishing the current I/OAR, and as a bonus, an easy to deliver latest I/OAR for people that want it. | 10 | # Avoids having to sync with OpenSim finishing the current I/OAR, and as a bonus, an easy to deliver latest I/OAR for people that want it. |
diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf index 1b4da52..c264d51 100644 --- a/scripts/install/opensim.tmux.conf +++ b/scripts/install/opensim.tmux.conf | |||
@@ -47,13 +47,13 @@ set-option -g history-limit 100000 | |||
47 | 47 | ||
48 | # All this mouse stuff is unreliable in UTF8 mode. At least on roxterm. | 48 | # All this mouse stuff is unreliable in UTF8 mode. At least on roxterm. |
49 | # Also keep in mind the terminal specs mouse report limit of 256 characters, being less than my typical terminal width. | 49 | # Also keep in mind the terminal specs mouse report limit of 256 characters, being less than my typical terminal width. |
50 | # Hmm, still wont pass mouse through like the docs say they will. | 50 | # Hmm, still won't pass mouse through like the docs say they will. |
51 | # Ah, mc needs "mc -x". Though once again, watch that right edge on huge terminals. | 51 | # Ah, mc needs "mc -x". Though once again, watch that right edge on huge terminals. |
52 | # These three wont work under Ubuntu 16.04. | 52 | # These three won't work under Ubuntu 16.04. |
53 | ##set-option -g mouse-resize-pane on | 53 | ##set-option -g mouse-resize-pane on |
54 | ##set-option -g mouse-select-pane on | 54 | ##set-option -g mouse-select-pane on |
55 | ##set-option -g mouse-select-window on | 55 | ##set-option -g mouse-select-window on |
56 | # This wont work under Ubuntu 16.04. | 56 | # This won't work under Ubuntu 16.04. |
57 | ##set-option -g mode-mouse on # on - mouse does copy mode stuff; copy-mode - mouse can't go into copy mode, but does stuff once in there; off - mouse is unmolested. | 57 | ##set-option -g mode-mouse on # on - mouse does copy mode stuff; copy-mode - mouse can't go into copy mode, but does stuff once in there; off - mouse is unmolested. |
58 | # Instead do this (also defaults to turning on the above three mouse things) - | 58 | # Instead do this (also defaults to turning on the above three mouse things) - |
59 | set-option -g mouse on | 59 | set-option -g mouse on |