logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

apt-dater - terminal-based remote package update manager

Authors

ThomasLiske <liske@ibh.de>
           maintainer

       AndreEllguth
           ex-maintainer

Description

       This manual page documents briefly the apt-dater command.

       apt-dater is a program to manage package updates on a large number of remote hosts using SSH.

Environment

MAINTAINER
           The maintainer's name (i.e. used by debtrack). If not set, the GECOS entry for the current user will
           be used. This environment variable could be forwarded to remote hosts with the ssh(1)
           SendEnv+AcceptEnv options.

Files

~/.config/apt-dater/apt-dater.xml
           The configuration file of apt-dater

       ~/.config/apt-dater/hosts.xml
           Contains all hosts you would like to manage

Name

       apt-dater - terminal-based remote package update manager

Notes

        1. XDG Base Directory Specification
           http://www.freedesktop.org/Standards/basedir-spec

apt-dater                                       October 23, 2014                                    APT-DATER(8)

Options

apt-dater accepts the following command parameters:

       -cconfig
           Use alternative config file. Default is $XDG_CONFIG_HOME/apt-dater/apt-dater.xml.

       -v
           Show apt-dater version and copyright statement.

       -r
           Refresh hosts and create XML report on stdout. apt-dater must be compiled with XMLREPORT feature.

       -n
           Prevent hosts to be refreshed before create XML report (useful for cronjobs which do not have access
           to SSH key(s)).

See Also

apt-dater.xml(5), apt-get(1), debtrack, ssh(1), XDGBaseDirectorySpecification[1].

Synopsis

apt-dater [[-(cconfig|v|[n]r)]]

See Also