pupdate

Crates.iopupdate
lib.rspupdate
version
sourcesrc
created_at2024-10-08 23:45:26.874419
updated_at2024-12-10 06:54:21.658924
descriptionutility to update remote and local systems
homepagehttps://github.com/zyllian/pupdate
repositoryhttps://github.com/zyllian/pupdate
max_upload_size
id1401829
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
zyl (zyllian)

documentation

README

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.

Commit count: 11

cargo fmt