mirror of
https://github.com/zyllian/pupdate.git
synced 2025-05-10 10:36:42 -07:00
No description
![]() Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
src | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
todo.md |
pupdate
simple helper utility to update remote systems alongside the local system easily. currently only pupdates through ssh+apt, your ssh key probably needs to be in ssh-agent for this to function properly.
usage
you can install easily using cargo install pupdate
.
run pupdate -h
for help with arguments. with no arguments, pupdate will update the local system and any remotes configured in the config file (default ~/.pupdate).
config
{
"remotes": ["username@remote"],
"log_dir": "/path/to/log/directory"
}
if log_dir
is missing and is not provided when the command is run, no logs from pupdating will be saved.