Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
btrfs-send-parser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Kuchař
btrfs-send-parser
Commits
cfbabb85
Commit
cfbabb85
authored
9 years ago
by
Jean-Denis Girard
Browse files
Options
Downloads
Patches
Plain Diff
Improve readme
parent
ccfe61d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+31
-3
31 additions, 3 deletions
README.md
with
31 additions
and
3 deletions
README.md
+
31
−
3
View file @
cfbabb85
# btrfs-snapshots-diff
btrfs-snapshots-diff
====================
About
-----
btrfs-snapshots-diff.py is a simple Python script that displays the differences
between 2 Btrfs snapshots (from the same subvolume obviously).
Displays differences in 2 Btrfs snapshots (from the same subvolume
obviously).
Uses btrfs send to compute the differences, decodes the stream and
displays the differences.
Can read data from parent and current snapshots, or from diff
file created with:
btrfs send -p parent chid --no-data -f /tmp/snaps-diff
Usage
-----
usage: btrfs-snapshots-diff.py [-h] [-p PARENT] [-c CHILD] [-f FILE] [-v]
Display differences between 2 Btrfs snapshots
optional arguments:
-h, --help show this help message and exit
-p PARENT, --parent PARENT
parent snapshot (must exists and be readonly)
-c CHILD, --child CHILD
child snapshot (will be created if it does not exist)
-f FILE, --file FILE diff file
-v, --verbose increase verbosity
Requirements
------------
No requirements besides Python-2!
Made in beautiful Tahiti (French Polynesia) by
[
SysNux
](
http://wwww.sysnux.pf/
)
.
Copyright (c) 2016 Jean-Denis Girard
<jd.girard@sysnux.pf>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment