Forrest logo
back to the borg tool

borg:tldr:5353b

borg: List all archives in a repository.
$ borg list ${path-to-repo_directory}
try on your machine

The command "borg list ${path-to-repo_directory}" is used to list all the archives or backups present in the specified Borg repository directory. Here's an explanation of each part of the command: - "borg list": This is the Borg command used to retrieve a list of archives or backups stored in the repository directory. - "${path-to-repo_directory}": This is a placeholder that needs to be replaced with the actual path to the Borg repository directory. The Borg repository directory is the location where all the backups or archives are stored. By executing this command with the correct path to the repository directory, the system will display all the archives or backups saved in that directory, along with their details such as creation date, time, and archive ID.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the borg tool