Commit graph

5 commits

Author SHA1 Message Date
Peter Jones
374abe15ca
rsync: Correctly support using a non-default local user account
Prior to this commit if the local user name was changed but the group
was left at the default then neither the user nor group was created.
This resulted in a failed `chown'.
2019-10-04 10:01:24 -07:00
Peter Jones
1c1ede78a6
Add more options to the rsync backup method
New options:

  * `localdir`: Override the local directory

  * `services`: Depend on other services.
2019-10-02 14:05:11 -07:00
Peter Jones
755cc2a84b
New `phoebe.backup.scripts' module for scheduling backup scripts 2019-10-02 08:39:34 -07:00
Peter Jones
1b62b52dfa
backups: Add rsync backups using hard links for efficiency 2019-08-28 16:31:30 -07:00
Peter Jones
96ac477d36
rails: Add options for database pool size and connection timeout
Improvements:

  * Added new database options

  * Added first test file
2019-08-01 13:56:02 -07:00