# guides — Latest

**URL:** /c/guides/21
**Topics on this page:** 7

## [About the guides category](/t/about-the-guides-category/12194)

**Author:** @ben

Technical tutorial topics that have been approved by the Roots team.

---

## [Using Keybase to share Ansible Vault passwords securely](/t/using-keybase-to-share-ansible-vault-passwords-securely/11573)

**Author:** @knowler
**Last posted:** 2023-08-11T16:53:34Z

This is a very quick guide for using Keybase with Trellis. Though it will give a brief overview of Keybase, it will not go into depth about how Keybase works or whether or not it’s trustworthy. You can read Keybase’s doc&hellip;

---

## [Backing Up Trellis Sites to an S3 Bucket](/t/backing-up-trellis-sites-to-an-s3-bucket/12195)

**Author:** @ben
**Last posted:** 2023-05-19T21:19:45Z

Originally published at:			https://roots.io/guides/backing-up-trellis-sites-to-an-s3-bucket/ 
 Add backup shell script Create site/scripts/backup-to-s3.sh with the following contents: #!/bin/bash eval $(cat …/.env | sed &hellip;

---

## [Dockerize Local Bedrock & Sage Development with Lando](/t/dockerize-local-bedrock-sage-development-with-lando/14288)

**Author:** @knowler
**Last posted:** 2022-03-28T13:24:13Z

Originally published at:			https://roots.io/guides/dockerize-local-bedrock-and-sage-development-with-lando/ 
 I’ve been pretty obsessed with using Docker for local development lately. I love how fast and lightweight it i&hellip;

---

## [Laravel Valet and Bedrock Multisite](/t/laravel-valet-and-bedrock-multisite/12197)

**Author:** @ben
**Last posted:** 2022-01-24T16:47:13Z

Originally published at:			https://roots.io/guides/laravel-valet-and-bedrock-multisite/ 
 Valet is a great tool for local development environments on macOS. We’ve previously written about setting up Valet and Bedrock. He&hellip;

---

## [Remove Theme Source Files on Deploy](/t/remove-theme-source-files-on-deploy/12196)

**Author:** @ben
**Last posted:** 2020-01-27T10:08:53Z

Originally published at:			https://roots.io/guides/remove-theme-source-files-on-deploy/ 
 Avoid exposing your theme source files on the web by removing them during your Trellis deployments. In most scenarios, you probabl&hellip;

---

## [How to: Use Font Awesome 5 in your Sage theme](/t/how-to-use-font-awesome-5-in-your-sage-theme/11737)

**Author:** @mmirus
**Last posted:** 2020-01-11T15:28:10Z

Use Font Awesome 5 in a Sage 9 theme, loading SVGs via the advanced JavaScript API to take advantage of tree shaking. 
(Tree shaking is a code optimization process that trims unused pieces from bundled assets. In other w&hellip;
