Skip to content

earldodd/vykar-backup-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Vykar Backup — Configuration Reference

Overview

vykar is a fast, encrypted, deduplicated backup tool written in Rust.


Configuration

Config file: ~/.config/vykar/config.yaml

Setting Value
Repository /mnt/ugreen/IAM-TPX3
Repo label ugreen-tpx3
Source /home/earldodd
Encryption AES-256-GCM (auto)

Repository fingerprint: a0cde1b875420358ca8004ac81cd589271b1c80b0305a3e90272f1dddf4d80a2


Common Commands

# Run a backup
vykar backup

# List snapshots
vykar list

# Verify repository integrity
vykar check

# Browse/restore via WebDAV
vykar mount

# View repository stats
vykar info

# Launch GUI
~/Applications/vykar-gui.AppImage

Restore files from a snapshot

# Restore entire snapshot to a destination
vykar restore <snapshot-id> --dest /path/to/restore

# Browse snapshot contents first
vykar snapshot <snapshot-id>

Snapshots

ID Date Host Files Size
9e3cd939 2026-05-29 10:58 IAM-TX3 26,054 19.04 GiB

Notes

  • The repository at /mnt/ugreen/IAM-TPX3 must be mounted before running backups.
  • Encryption passphrase is prompted interactively unless configured via passphrase: or passcommand: in config.yaml.
  • To enable scheduled backups, uncomment and configure the schedule: section in config.yaml.
  • To add retention policies, uncomment the retention: section in config.yaml.

About

Vykar backup configuration and documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors