Skip to content

diff

canasta backup diff

Show difference between two backups

Synopsis

Show the differences between two backup snapshots. This compares the file contents and metadata of both snapshots, displaying added, removed, and modified files.

canasta backup diff [flags]

Examples

  canasta backup diff -i myinstance --snapshot1 abc123 --snapshot2 def456

Options

Flag Shorthand Description Default
--help -h help for diff
--snapshot1 `` First snapshot ID (required)
--snapshot2 `` Second snapshot ID (required)

Options inherited from parent commands

Flag Shorthand Description Default
--id -i Canasta instance ID
--verbose -v Verbose Output

SEE ALSO