Skip to content

YisusChrist/pybacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pybacker

            Tests Passing    GitHub pull requests    License


Report Bug · Request Feature · Ask Question · Report security bug


Alt


pybacker is a Python script that allows you to backup your GitHub repositories in a simple and fast way.

Table of Contents

Requirements

Here's a breakdown of the packages needed and their versions:

Note

The software has been developed and tested using Python 3.12.1. The minimum required version to run the software is Python 3.6. Although the software may work with previous versions, it is not guaranteed.

Installation

From PyPI

pybacker can be installed easily as a PyPI package. Just run the following command:

pip3 install pybacker

Important

For best practices and to avoid potential conflicts with your global Python environment, it is strongly recommended to install this program within a virtual environment. Avoid using the --user option for global installations. We highly recommend using pipx for a safe and isolated installation experience. Therefore, the appropriate command to install pybacker would be:

pipx install pybacker

The program can now be ran from a terminal with the pybacker command.

Manual installation

If you prefer to install the program manually, follow these steps:

Note

This will install the version from the latest commit, not the latest release.

  1. Download the latest version of pybacker from this repository:

    git clone https://github.com/YisusChrist/pybacker
    cd pybacker
  2. Install the package:

    poetry install
  3. Run the program:

    poetry run pybacker

Uninstall

If you installed it from PyPI, you can use the following command:

pipx uninstall pybacker

Usage

Note

For more information about the usage of the program, run pybacker --help or pybacker -h.

Usage

Example of execution

Example

Contributors

How do I contribute to Pybacker?

Before you participate in our delightful community, please read the code of conduct.

I'm far from being an expert and suspect there are many ways to improve – if you have ideas on how to make the configuration easier to maintain (and faster), don't hesitate to fork and send pull requests!

We also need people to test out pull requests. So take a look through the open issues and help where you can.

See Contributing for more details.

License

pybacker is released under the GPL-2.0 License.

Credits

Note

Credits to Julynx for creating the script. I only make improvements in his code based on my preferences to customize it. All the ideas and the base of the script are his.

About

Python script for local folders backup

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages