diff options
author | Andrea Guarracino | 2024-09-12 09:05:36 -0500 |
---|---|---|
committer | GitHub | 2024-09-12 09:05:36 -0500 |
commit | 54b0c44afe6ceae3222f53414c04ce08ba3d7d1e (patch) | |
tree | 735643f96dfade3f070a0c174d8c0aed7e001a9a /topics/octopus/lizardfs | |
parent | 44b7c8b1dcb4396237e685d37c339ac016dc5cc0 (diff) | |
download | gn-gemtext-54b0c44afe6ceae3222f53414c04ce08ba3d7d1e.tar.gz |
update lizardfs trash doc
Diffstat (limited to 'topics/octopus/lizardfs')
-rw-r--r-- | topics/octopus/lizardfs/README.gmi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/topics/octopus/lizardfs/README.gmi b/topics/octopus/lizardfs/README.gmi index 78316ef..8870e70 100644 --- a/topics/octopus/lizardfs/README.gmi +++ b/topics/octopus/lizardfs/README.gmi @@ -86,14 +86,14 @@ Other commands can be found with `man lizardfs-admin`. ## Deleted files -Lizardfs also keeps deleted files, by default for 30 days. If you need to recover deleted files (or delete them permanently) then the metadata directory can be mounted with: +Lizardfs also keeps deleted files, by default for 30 days in `/mnt/lizardfs-meta/trash`. If you need to recover deleted files (or delete them permanently) then the metadata directory can be mounted with: ``` $ mfsmount /path/to/unused/mount -o mfsmeta ``` For more information see the lizardfs documentation online -=> https://dev.lizardfs.com/docs/adminguide/advanced_configuration.html#trash-directory lizardfs documentation for the trash directory +=> https://lizardfs-docs.readthedocs.io/en/latest/adminguide/advanced_configuration.html#trash-directory lizardfs documentation for the trash directory ## Gotchas |