Crates.io | discord-backup-util |
lib.rs | discord-backup-util |
version | 0.3.0 |
source | src |
created_at | 2024-08-25 20:57:07.792522 |
updated_at | 2024-09-07 09:17:25.2834 |
description | A tiny tool to backup stuff to Discord |
homepage | https://github.com/5GameMaker/discord-backup-util |
repository | https://github.com/5GameMaker/discord-backup-util |
max_upload_size | |
id | 1351473 |
size | 101,497 |
A tool that backs up whatever you need to Discord.
$ cargo install discord-backup-util
backup_config
:
$ discord-backup-util --setup
$ your-favorite-editor backup_config
$ discord-backup-util
discord-backup-util
on boot.We support building discord-backup-util
down to i586, although build might fail due
to some C packages failing to compile.
If build fails due to dependencies, add --no-default-features --features minreq
to command line
(This may take longer to compile as for minreq
we use bundled OpenSSL instead of RusTLS) (Not all
targets can be fixed this way).
We never needed to use this on Windows, so we don't guarantee that any Windows build will even launch.
If a feature is not too insane, feel free to submit a feature request. If you can actually work on a feautre, fork this repo and then submit a PR, although it'd be nice to open a FR first to see if your work is going to be accepted into the project.
Submit all PRs to master
branch. PRs to stable
will not be accepted.