Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.19 KB

btrsync.md

File metadata and controls

37 lines (25 loc) · 1.19 KB

btrsync

A tool for syncing btrfs subvolumes and snapshots

Synopsis

A tool for syncing btrfs subvolumes and snapshots. Most configurations are read in from a btrsync.toml file. The config file is searched for in the following locations:

  • The --config flag
  • The current directory
  • $XDG_CONFIG_HOME/btrsync
  • /etc/btrsync

To get started easily with a configuration you can use the 'btrsync config generate' command.

Options

  -c, --config string   config file
  -h, --help            help for btrsync
  -v, --verbose count   verbosity level (can be used multiple times)

SEE ALSO

Auto generated by spf13/cobra on 28-Nov-2022