View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000270 | opensim-SC | Feature | public | 2021-06-30 01:38 | 2021-08-19 11:19 |
Reporter | onefang | Assigned To | onefang | ||
Priority | high | Severity | major | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Target Version | 0.9.1.1 | Fixed in Version | 0.9.1.1 | ||
Summary | 0000270: New backup regime. | ||||
Description | CG - usual IAR and OAR with gitAR. DG and IG - no gitAR, rsync IAR and OARs to desktop, gitAR them there. | ||||
Tags | No tags attached. | ||||
Replicate database and rsync assets to desktop, run backups there. Nah, that's just full of race conditions. |
|
So generate IAR and OAR files on server one at a time, rsync them to the same place I rsync assets, delete it, do the same for the next one. Desktop gitARs them later. |
|
Might have to make sure source files are not currently being written to. Will be fine doing them one at a time anyway. time ionice -c3 nice -n 19 rsync -Ha -R --modify-window=2 --partial --port=12345 --remove-source-files /opt/opensim_SC/backups/*.oar example.com::DG/ |
|
All these people with their multiple GB IARs, this is gonna suck bandwidth. lol | |
*guilty look* | |
I need my own Internet connection, which I was planning on doing anyway after switching my phone to Aussie BB. Unlimited bandwidth either way, but backups take all day, and makes me laggy on this shared WiFi. | |
After each backup file is created, if .sledjChisl.conf.lua has a ['rsync']='example.com::DG' option, use that to rsync each backup file, otherwise do the gitAR thing. |
|
Since we are now backing up to short name, check for left over long names as well, then rsync / gitAR them to. | |
rsync stuff still needs testing, but I'm confident. | |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-06-30 01:38 | onefang | New Issue | |
2021-06-30 01:38 | onefang | Status | new => assigned |
2021-06-30 01:38 | onefang | Assigned To | => onefang |
2021-07-07 07:16 | onefang | Note Added: 0000411 | |
2021-07-07 07:38 | onefang | Note Edited: 0000411 | |
2021-07-07 07:39 | onefang | Note Added: 0000412 | |
2021-07-09 03:46 | onefang | Note Added: 0000428 | |
2021-07-09 04:03 | onefang | Note Added: 0000429 | |
2021-07-14 01:18 | onefang | Note Edited: 0000428 | |
2021-07-14 03:09 | Taylor | Note Added: 0000437 | |
2021-07-21 04:09 | onefang | Note Added: 0000449 | |
2021-07-21 07:58 | onefang | Note Added: 0000451 | |
2021-07-21 08:01 | onefang | Note Added: 0000452 | |
2021-08-19 11:18 | onefang | Note Edited: 0000428 | |
2021-08-19 11:18 | onefang | Note Edited: 0000451 | |
2021-08-19 11:19 | onefang | Status | assigned => resolved |
2021-08-19 11:19 | onefang | Resolution | open => fixed |
2021-08-19 11:19 | onefang | Fixed in Version | => 0.9.1.1 |
2021-08-19 11:19 | onefang | Note Added: 0000481 |