We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459b5ee commit 17828f3Copy full SHA for 17828f3
src/backup.rs
@@ -128,5 +128,6 @@ async fn upload_file(archive_name: impl Into<String>, params: &Params) -> Result
128
.upload_id(upload_id)
129
.send()
130
.await?;
131
+ tokio::fs::remove_file(archive_name).await?;
132
Ok(())
133
}
0 commit comments