Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > System > Backup

    Pickup 1.4

    Download button

    No screenshots available
    Downloads: 59  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Michel Albert | More programs
    BSD License / FREE
    January 12th, 2012, 22:56 GMT
    ROOT / System / Backup

     Read user reviews (0)  Refer to a friend  Subscribe

    Pickup description

    Modular backup script

    Pickup is a modular backup script completely written in Python.

    The source code is available on the github project page.

    The core of the application is the executable pickup.py and a python script used as config file. This core does not include any code related as to how a backup from a given source should be created. This logic is stashed away in modules. This has the advantage that it’s very easy to add support for a new “data source” or to change the behaviour of an existing component.

    The backup target is created in the exact same way. For the exact same reason. The only drawback, is that backups need to be created in a “staging area” first before they are deployed to a target. This is done because some targets (like rsync) work best if you can feed them one folder containing everything. It would be a waste to run rsync on each file separately.

    Example Configuration

    The following configuration script will create a backup of each local home folder. Each folder will be stored as separate tarball:

    CONFIG_VERSION = (2,1)
    STAGING_AREA = "staging"
    GENERATORS = [{
     'name': 'local home folders',
     'profile': 'folder',
     'config': {
     'path': '/home',
     'split': True,
     }}]

    TARGETS = [{
     'name': "local",
     'profile': "dailyfolder",
     'config': {
     'path': "/var/backups/daily",
     }}]


    See Configuration for more details and examples.

    Example Execution

    Take the above configuration and save it anywhere you like. You can execute it by running:

    python pickup.py -c /path/to/config_file.py

    Or, if you installed it into you system (see Installation):

    /path/to/pickup -c /path/to/config_file.py


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    modular backup | backup script | Python | modular | backup



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM