diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-17 20:08:33 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-17 20:08:33 -0300 |
commit | 7274bbc31594f74e74e3bd6829c6f42f358862f7 (patch) | |
tree | 39ea51c9a6aa1cbf73bbdcb513bf5a66c66d8dee /content/config | |
parent | c012021fd5e3e5317350cf7b9ad2a1b5cf1f98d8 (diff) |
Added backups to Advanced
Diffstat (limited to 'content/config')
-rw-r--r-- | content/config/easy-mode.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/config/easy-mode.md b/content/config/easy-mode.md index 89b21ab..186ed8a 100644 --- a/content/config/easy-mode.md +++ b/content/config/easy-mode.md @@ -49,10 +49,10 @@ Then, `rm -r` all the files on the `config` folder: /opt/yams/config$ rm -r * ``` -To finish, extract the base file in your config folder. Remember to replace `{your-yams-install-location}` with the real location within your filesystem: +To finish, extract the base file in your config folder. Remember to replace `{your-yams-clone-location}` with the real location within your filesystem: ```bash -/opt/yams/config$ tar -xzvf {your-yams-install-location}/base/base-config.tar.gz +/opt/yams/config$ tar -xzvf {your-yams-clone-location}/base/base-config.tar.gz ``` If you `ls` now, you'll see all the folders where extracted and are available again @@ -61,7 +61,7 @@ If you `ls` now, you'll see all the folders where extracted and are available ag bazarr emby jackett qbittorrent radarr sonarr ``` -To restart `yams`, execute: +To restart `yams`, run: ```bash /opt/yams/config$ yams start ``` |