Socket
Socket
Sign inDemoInstall

yabu

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    yabu

yet another backup utility


Maintainers
1

Readme

YABU

yet another backup utility

GitHub PyPI AUR version GitHub Workflow Status

YABU is a utility that exploiting rsync allows to automatize backup tasks also for remote servers.

Install

YABU required to work the rsync tool, you can easily retrieves it from your package manager:

YABU is available also as AUR package. Yuo can find it as python-yabu.

You can install YABU from pypi using pip.

pip install yabu

From source code

An alternative way to install YABU is from the source code, exploiting the setup.py script.

git clone https://github.com/RobertoBochet/yabu.git
cd yabu
python3 setup.py install --user 

Usage

yabu -h
usage: yabu [-h] [-c CONFIG_PATH] [-v] [--version]

optional arguments:
  -h, --help            show this help message and exit
  -c CONFIG_PATH, --config CONFIG_PATH
                        configuration file path
  -v                    number of -v defines level of verbosity
  --version             show program's version number and exit

Before start YABU you must create a custom configuration file (see configuration section).

Configuration

The whole YABU behaviour can be configured with its config.yaml. You can provide to YABU a custom configuration file exploiting argument -c, if you will not do it, YABU will look for it in the default path /etc/yabu/config.yaml.

config.yaml structure

  • tasks [dict<string,dict>] is a dict of the tasks that will be done, each task has a custom name as key and it has a specific struct

    • remote_base_path [string] the base path of the remote server

    • targets [list<string>] a list of the paths that have to be backuped

A complete schema of config file can be found in yabu/resources/config.schema.yaml.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc