We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191789c commit a8f9dcaCopy full SHA for a8f9dca
debian/changelog
@@ -1,4 +1,4 @@
1
-apt-btrfs-snapshot (0.1+bzr4) UNRELEASED; urgency=low
+apt-btrfs-snapshot (0.1) UNRELEASED; urgency=low
2
3
* Initial Release.
4
debian/control
@@ -14,5 +14,8 @@ Depends: ${python:Depends},
14
${misc:Depends},
15
btrfs-tools
16
Description: Automatically create snapshot on apt operations
17
- This will create a btrfs snapshot of the root filesystem when apt
18
- invokes dpkg. It also allows easy rollback.
+ This will create a btrfs snapshot of the root filesystem each time
+ that apt installs/removes/upgrades a software package.
19
+ .
20
+ A commandline tool called "apt-btrfs-snapshot" is also provided
21
+ for easy access create/list/delete snapshots.
0 commit comments