Softlayer Object Storage Backup

Softlayer Object Storage Backup
Alternatives To Softlayer Object Storage Backup
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Rsync Time Backup2,851
11 days ago1March 03, 2021101Shell
Time Machine style backup with rsync.
Backintime1,545
12 days ago209gpl-2.0Python
Back In Time - A simple backup tool for Linux
Asimov1,209
9 days ago1March 03, 202134mitPHP
Automatically exclude development dependencies from Apple Time Machine backups
Acnh Bcats186
a year ago
Animal Crossing New Horizons BCAT Events
Gbm173
2 days ago1gpl-3.0Visual Basic .NET
Game Backup Monitor - Automatically backup your saved games!
Timedog173
2 years ago1February 27, 20188gpl-2.0Python
Displays set of files that were saved in Time Machine backups
Raspberrypi Timemachine161
5 years ago1mit
Apple Time Machine with raspberry Pi
Rsync Time Machine92
3 years ago1gpl-2.0Python
Time Machine Style backup using rsync
Time Machine Sparce Bundle Fix68
9 years ago1Shell
Time Machine Sparsebundle Fix
Ia.bak61
3 years ago15gpl-3.0Shell
We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case.
Alternatives To Softlayer Object Storage Backup
Select To Compare


Alternative Project Comparisons
Readme

softlayer-object-storage-backup

You can now install from pip! pip install slbackup

SoftLayer's object storage backup script.

This script is indended to be used purely as a backup operation! It will not make you run faster or jump higher. It might save you from a really bad day though.

How it works

By default, the script uses time and size comparison based on the files mtime and upload time. The entire file is transfered if either the size or the time differs. If retention is enabled, the original file is copied into a seperate container with the md5 sum inserted into the name before the changed file is uploaded.

Features

  • Whole file delta backups - only changed/new files are uploaded saving you time/bandwidth.
  • Retention policies - deleted/updated files are kept for any desired length of time. These can also be disabled.
  • Threaded - Copying can always be the longest part, so backups are done in the background as file comparisons are being performed.
  • MD5 support - Swift automatically sets a default hash (md5) for every object. We support file comparisons using this hash instead of time/size variance.
  • Open source - MIT licensed (as is the object storage library).

Retention formats

When specifying retention in the config file or -r in the cli args, please be advised of the new time formats below:

  • time in days (1, 30, 15, etc)
  • time specific unit (1s, 50d, 5w, 2h, 40m)
  • supported units: seconds, minutes, days, hours, weeks
  • cannot stack time units (1d10m) - calculate it if you need this

Usage

  1. Download/install object_storage
  2. Download slbackup.py
  3. run ./slbackup.py --help
  4. run ./slbackup.py --example > ~/.slbackup to get a config
  5. run nano ~/.slbackup and put your credentials in there
  6. run with the desired options.

I also [blogged about it] (http://sldn.softlayer.com/blog/klandreth/Deglazing-slbackuppy-Usage-Object-Storage-Kitchen) with a bit more verbosity.

Known issues/limitations

  • Requires python 2.6 or higher. Most modern distros should have this, but for the others, the python26 package should help those with production systems.
  • 5GB file limitation: Swift does support large files using Manifest files, but this script does not currently deal with this properly. Not sure how to deal with object fragments during file comparison. Uploading and making the manifests is easy.
  • Windows Support: Tried to write the script in a way that supported windows. However, it is not tested yet.
  • Restoration: Restoring files is an operation left to the admin right now. FUSE is handy for that kind of work.
Popular Time Projects
Popular Backup Projects
Popular Libraries Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Script
Time
Backup