2023-03-11 14:13:35 +05:00
2023-03-11 14:13:35 +05:00
2023-04-03 19:43:16 +05:00
2023-04-03 19:43:16 +05:00
2023-04-03 19:43:16 +05:00
2023-04-03 19:43:16 +05:00
2023-04-03 19:43:16 +05:00
2023-04-05 21:13:13 +05:00
2023-04-05 21:13:13 +05:00
2023-04-03 19:43:16 +05:00
2023-04-08 14:01:44 +05:00
2023-03-11 14:13:35 +05:00
2023-04-03 19:43:16 +05:00
2023-04-08 14:02:36 +05:00
2023-03-18 15:23:37 +05:00
2023-04-03 19:43:16 +05:00
2023-04-07 14:58:30 +05:00
2023-04-08 14:02:36 +05:00
2023-04-08 14:02:36 +05:00

backuper

Usage

Incremental backup

backuper i <config file path>

Full backup

backuper f <config file path>

Search files in backup

backuper s <config file path> <mask>

Recover files from backup

backuper r <config file path> <mask> <files datetime> <path to recover>

Examples:

# Recover Go files relevant as of 01.01.2023 to /home/user/go directory
backuper r config.conf "*.go" "01.01.2023" "/home/user/go"

Test backup for errors

backuper t <config file path>

Basic config example

Backup config files from /etc and sqlite files from /var:

FileName = "backup"

[[Patterns]]
Path = "/etc"
FileNamePatternList = ["*.conf", "*.toml", "*.ini", "*.yaml"]
Recursive = true

[[Patterns]]
Path = "/var"
FileNamePatternList = ["*.sqlite"]
Recursive = true
Description
No description provided
Readme MIT 95 KiB
Languages
Go 99.8%
Batchfile 0.2%