Last updated: August 15, 2025 at 07:32 PM
Summary of Reddit Comments on "webroot tar gz"
Issues with AWS setup for webroot:
- Possible issues copying WordPress files using graphical applications or incorrect commands.
- Check for existence of .htaccess file under webroot.
- Suggested using a pre-configured marketplace AMI.
Backup Solution and Tool Recommendations:
- Borgbackup: "With Borgbackup a password is generated on the client and then all backup data is send encrypted to the server and stored there."
- Glacier: "Glacier is fairly cheap, you can set auto-expiration, and encryption-at-rest is doable for a relative minimum cost."
- Concerns about complexity and potential failure points in a custom backup solution using gzip and openssl.
Issues with installing from a Mac to GoDaddy web root:
- Recommended installing from the server directly rather than from a Mac.
- Suggested using
fuse-mount
to manage to run letsencrypt from a Mac.
Recommendations for AWS:
- Suggested using
s3 sync
instead ofs3 cp
for webroot. - Mentioned AWS Lightsale VPCs for easy snapshots.
Comments on Build Tools:
- CMake: Comments on struggles with CMake and mixed opinions on its usage.
- Meson: Positive comment that Meson saves the day.
Feedback on AppImage release:
- Appreciation for fixing the AppImage.
- Suggestions for testing the DEB and RPM versions.
User Preferences on Application Packaging:
- Mixed opinions on flatpaks, snaps, and native installations.
- Some users prefer minimalism and native installations.
- Discussions on bloat and disk space issues with different packaging options.
Miscellaneous:
- Various comments on games, software development tools, and personal preferences unrelated to the query.