Skip to content

liuminhaw/wrestic-bkp

Repository files navigation

Project Name

License

Description

Wrapper of restic with configurations

Table of Contents

Installation

Pre-built binary

Download prebuilt binary from project releases

Build from source

  1. Clone or download source code
  2. Run go build inside cloned directory

Usage

BackupName: name defined in config file

Restic run

  • Init repository
    ./wrestic-bkp run init BackupName [flags]
  • Backup
    ./wrestic-bkp run backup BackupName [flags]
  • Show snapshots
    ./wrestic-bkp run snapshots BackupName [flags]
  • Check backups integrity and consistency
    ./wrestic-bkp run check BackupName [flags]  

Config

Show configuration file content

./wrestic-bkp config show [BackupName] [flags]

Scripts implementation

Scripts implementation of wrestic-bkp before migrating using Golang: scripts

License

This project is licensed under the MIT License.

Contact

About

Backup files with custom configuration using restic

Resources

License

Stars

Watchers

Forks

Packages

No packages published