From 0557ed6e2f54f013f75195bdc2e6e44459643834 Mon Sep 17 00:00:00 2001 From: Sam Ireland Date: Sat, 26 Aug 2023 14:58:10 +0100 Subject: [PATCH] User backup in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d133dc2..ddee04f 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,12 @@ $ docker run \ -e REDDIT_SECRET="687DDJSS&999d-hdkjK8h" \ -v /Local/location/to/save/in:/opt/app/archive \ redditsave saved +``` + +## Backing up a specific username + +Rather than backing up your own saved/upvoted posts and comments, you can back up the submitted posts and comments of another user: + +```bash +./save.py user:samirelanduk folder_name ``` \ No newline at end of file