Backup

Crestic is a configurable restic wrapper

Crestic is a slim configuration wrapper for Restic, an awesome backup tool.

The goal of crestic is to make running restic easy, e.g. creating backups using

crestic home backup

instead of running complex restic commands:

restic backup \
    --repo sftp:your_server:my_computer.restic \
    --password-file ~/.config/restic/password \
    --exclude-file ~/.config/restic/excludes \
    ~

To achieve this, this tool simply maps any commandline options for restic to a key in an config file:

This is free and open source software.

Website: github.com/nils-werner/crestic
Support:
Developer: Nils Werner
License: MIT License

Crestic is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Restic Wrappers
AutoresticEasy backup CLI for Restic
resticprofileConfiguration profiles manager and scheduler
RestickerRuns automatic Restic backups via a Docker container
CresticSlim configuration wrapper for Restic
runresticSimple Python wrapper script
stack-backAutomated incremental backups using restic
WresticRestic wrapper built in Rust
Restic RobotSmall and simple wrapper
ResticaraSimplify routine backup jobs

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Alex
Alex
1 year ago

I love restic.