mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-07-09 02:34:06 -04:00
Updated Hidden Figures (markdown)
parent
fead22e1b0
commit
e965720ba1
@ -105,9 +105,16 @@ The `./gravity-sync.sh backup` function will retain a defined number of days wor
|
|||||||
|
|
||||||
Allow users to adjust the time the script will wait until marking the SQLITE3 backup operation as failed. This was previously hard coded to 15 and then raised to 60, but raising it even higher has been seen to mitigate against failed replication jobs on slower SD Cards or older Raspberry Pi's where the database backup does not complete, yet still replicates.
|
Allow users to adjust the time the script will wait until marking the SQLITE3 backup operation as failed. This was previously hard coded to 15 and then raised to 60, but raising it even higher has been seen to mitigate against failed replication jobs on slower SD Cards or older Raspberry Pi's where the database backup does not complete, yet still replicates.
|
||||||
|
|
||||||
- Default setting in Gravity Sync is `60`, adjust as desired.
|
- Default setting in Gravity Sync is `240`, adjust as desired.
|
||||||
- Requires Gravity Sync 3.4.1 or higher.
|
- Requires Gravity Sync 3.4.1 or higher.
|
||||||
|
|
||||||
|
### `BACKUP_INTEGRITY_WAIT`
|
||||||
|
|
||||||
|
Allow users to adjust the time the script will wait until performing the SQLITE3 integrity check operation. There was previously no wait, but raising it even higher has been seen to mitigate against jobs on slower SD Cards or older Raspberry Pi's where the database backup is not fully written to disk before integrity check is attempted.
|
||||||
|
|
||||||
|
- Default setting in Gravity Sync is `5`, adjust as desired.
|
||||||
|
- Requires Gravity Sync 3.4.6 or higher.
|
||||||
|
|
||||||
### `SSH_PORT`
|
### `SSH_PORT`
|
||||||
|
|
||||||
Gravity Sync is configured by default to use the standard SSH port (22) but if you need to change this, such as if you're traversing a NAT/firewall for a multi-site deployment, to use a non-standard port.
|
Gravity Sync is configured by default to use the standard SSH port (22) but if you need to change this, such as if you're traversing a NAT/firewall for a multi-site deployment, to use a non-standard port.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user