User backup in README

This commit is contained in:
Sam Ireland 2023-08-26 14:58:10 +01:00
parent 61f61b6535
commit 0557ed6e2f

View File

@ -65,3 +65,11 @@ $ docker run \
-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
```