Skip to main content

Manage backup archive files

Project description

Build Status

Archive Manager

Manage files in directories in a backup root directory. It will ensure the total size of all the files in the directories are less than a maximum size, but will always keep the minimum number of files. Once the total size is ensured, it will then delete files until the maximum number of files exist.

The assumption is that some other process, such as a backup script, is generating "archives" in a directory or directories. archive-manager will help to manage those files to ensure that there is always room for the most recent backup file.

Requirements

  • This will probably only run on Linux

Installation

Future releases will include installation via pip and RPM.

virtualenv archive-manager-venv
. archive-manager-venv/bin/activate
pip install archive-manager

Now that it's installed, the archive-manager command should be available.

$ which archive-manager
<venv>/bin/archive-manager

Usage

By default archive-manager looks for its config file in /etc/archive-manager/config.yml. It does not require any options to run, and can simply be executed by archive-manager.

Options:

$ archive-manager --help
Usage: archive-manager [OPTIONS] COMMAND [ARGS]...

  Manage size and number of files in a set of directories

Options:
  -c, --config TEXT  Config file location
  -v, --verbose      Set to verbose mode
  --help             Show this message and exit.

Configuration File

There is an example configuration file in this repository. All of the options in the example file are required.

mkdir /etc/archive-manager
cp config.yaml.example /etc/archive-manager/config.yml
vi /etc/archive-manager/config.yml #edit file to suit requirements

Test

Unit Tests

make test will run the available unit tests.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

archive-manager-0.2.0.tar.gz (6.6 kB view details)

Uploaded Source

File details

Details for the file archive-manager-0.2.0.tar.gz.

File metadata

  • Download URL: archive-manager-0.2.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15

File hashes

Hashes for archive-manager-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3da86f965858183bc4dd45b9795ada7eddc69418d590092c77d257c9af5ac8cf
MD5 616373da6e01c4913af568db7f5ea025
BLAKE2b-256 5dd7e836ef6f539b8cbfc4e6ba8d8bbd4ba1532628f5bff105201cd8f2488a32

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page