Skip to main content

Abingdon Backup Script

Project description

ABuS is a script for backing up (and restoring) your files to a local disk.

The backups are encrypted, compressed, and deduplicated.

It is assumed that another program (e.g. rsync) is used to make off-site copies of the backups.

Missing Features

  • Documentation

  • Deletion of old backups

  • Reconstruction of index database from backup meta data

  • “Flattening” of restores

  • Restore target directory other than “.”

Installation

  1. Install Python 3.6 from python.org

    • include pip

    • it helps to add python to path

  2. From command line, “as administrator” if python has been installed “for all users”:

    c:\path\to\python36\scripts\pip install abus-0.tar.gz

  3. Create minimal config file, e.g.:

    logfile c:/my/home/abus.log
    archive e:/backups
    password password1234 just kidding!
    [include]
    c:/my/home
  4. Create the archive dir referenced in the config file and create and empty index database with

    c:\path\to\python36\scripts\abus.exe -f c:/my/home/abus.cfg --init

  5. Add to Task Scheduler:

    c:\path\to\python36\scripts\abus.exe -f c:/my/home/abus.cfg --backup

    If there are any problems that prevent abus from getting as far as opening the log file (and Windows permissions can cause many such problems), then use cmd.exe to allow redirection:

    cmd /c c:\path\to\python36\scripts\abus.exe -f c:/my/home/abus.cfg --backup >c:\abus.err 2>&1

History

v2 (alpha) 2017-10-07

  • not excruciatingly slow any more

v1 (alpha) 2017-10-04

  • first version

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

abus-2.tar.gz (16.0 kB view details)

Uploaded Source

File details

Details for the file abus-2.tar.gz.

File metadata

  • Download URL: abus-2.tar.gz
  • Upload date:
  • Size: 16.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for abus-2.tar.gz
Algorithm Hash digest
SHA256 2fc9e5f4230eb6b628498162016083d1b03be387e7e982187feb3f04664efe0e
MD5 3c4cb685b33965fb2d823f1c1681960e
BLAKE2b-256 effcd2c007ad13efc9b893e766d7d4cfb5f2b00717db4d1a0ce101dc6cc11d77

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