Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ce247b4f9ffb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9d339e3b4569
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 15, 2019

  1. tsm-client: init at 8.1.8.0

    IBM Spectrum Protect (former name: Tivoli Storage Manager)
    provides a single point of control for backup and recovery.
    This package contains the client software, that is,
    a command line client and linkable libraries.
    
    This commit adds two packages to nixpkgs:
    The TSM client software contains a Java GUI
    that, naturally, requires Java to be installed.
    To keep the closure size low, we provide the packages
    `tsm-client` and `tsm-client-withGUI`.
    The former comes without the Java GUI.
    
    While the product has been renamed, its old name is still
    alive in filenames and as package name used by other distros.
    Yarny0 committed Jul 15, 2019
    Copy the full SHA
    fe0bfb3 View commit details
    Browse the repository at this point in the history
  2. nixos/tsm-client: init module

    This commit brings a module that installs the
    IBM Spectrum Protect (Tivoli Storage Manager)
    command-line client together with its
    system-wide client system-options file `dsm.sys`.
    Yarny0 committed Jul 15, 2019
    Copy the full SHA
    f5b873f View commit details
    Browse the repository at this point in the history
  3. nixos/backup/tsm: init module

    Based on the programs/tsm-client module,
    this commit introduces a systemd service that uses the
    tsm-client to create regular backups of the machine.
    Yarny0 committed Jul 15, 2019
    Copy the full SHA
    d99462f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Merge pull request #61312 from Yarny0/tsm-client

    TSM client
    flokli committed Jul 18, 2019
    Copy the full SHA
    9d339e3 View commit details
    Browse the repository at this point in the history