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
Install Python 3.6 from python.org
include pip
it helps to add python to path
From command line, “as administrator” if python has been installed “for all users”:
c:\path\to\python36\scripts\pip install abus-0.tar.gz
Create minimal config file, e.g.:
logfile c:/my/home/abus.log archive e:/backups password password1234 just kidding! [include] c:/my/home
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
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
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fc9e5f4230eb6b628498162016083d1b03be387e7e982187feb3f04664efe0e |
|
MD5 | 3c4cb685b33965fb2d823f1c1681960e |
|
BLAKE2b-256 | effcd2c007ad13efc9b893e766d7d4cfb5f2b00717db4d1a0ce101dc6cc11d77 |