• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

btrbk: command not found

by admin

btrbk is a command-line utility in Linux that is used to manage and automate backups of btrfs file systems. btrbk is a flexible and powerful tool that allows you to create and manage snapshots of btrfs file systems, and to schedule and perform backups on a regular basis.

btrbk is designed to work with btrfs, a copy-on-write (CoW) file system that is included in the Linux kernel and is known for its advanced features and capabilities, such as snapshotting, incremental backups, and more. btrbk is designed to leverage these features and provide an easy and convenient way to create and manage backups of btrfs file systems.

If you encounter the below error while running the btrbk command:

btrbk: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install btrbk
Ubuntu apt-get install btrbk
Alpine apk add btrbk
Kali Linux apt-get install btrbk
Fedora dnf install btrbk
Raspbian apt-get install btrbk

btrbk Command Examples

1. Print statistics about configured subvolumes and snapshots:

# btrbk stats

2. List configured subvolumes and snapshots:

# btrbk list

3. Print what would happen in a run without making the displayed changes:

# btrbk --verbose dryrun

4. Run backup routines verbosely, show progress bar:

# btrbk --progress --verbose run

5. Only create snapshots for configured subvolumes:

# btrbk snapshot

Filed Under: Linux

Some more articles you might also be interested in …

  1. bvnc: A GUI tool for browsing for SSH/VNC servers on the local network
  2. abroot Command Examples in Linux
  3. btrbk Command Examples in Linux
  4. How to set nproc (Hard and Soft) Values in CentOS / RHEL 5,6,7
  5. How to Use “repoquery” Command to List Package Dependencies
  6. lxi Command Examples in Linux
  7. How to Boot into Rescue Mode or Emergency Mode Through Systemd in CentOS/RHEL 7 and 8
  8. gh issue: Manage GitHub issues from the command-line
  9. findmnt: command not found
  10. smem Command Examples in Linux

You May Also Like

Primary Sidebar

Recent Posts

  • “glab repo” Command Examples
  • “glab release” Command Examples
  • “glab pipeline” Command Examples
  • “glab mr” Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright