From 34699d904087039652b0c130aa6399ad136f3f6d Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Tue, 13 Mar 2018 17:42:51 +0530 Subject: [PATCH] snapshots: Update description Signed-off-by: Joseph Nuthalapati Reviewed-by: James Valleroy --- plinth/modules/snapshot/__init__.py | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/plinth/modules/snapshot/__init__.py b/plinth/modules/snapshot/__init__.py index 66fee3ace..efbcd36f6 100644 --- a/plinth/modules/snapshot/__init__.py +++ b/plinth/modules/snapshot/__init__.py @@ -32,15 +32,19 @@ managed_packages = ['snapper'] name = _('Storage Snapshots') description = [ - _('Snapshots allows creating and managing filesystem snapshots. These can ' - 'be used to roll back the system to a previously known good state in ' - 'case of unwanted changes to the system.'), - _('Automatic snapshots are taken every hour, day, month and year. ' - 'Although snapshots are efficient and only store the ' + _('Snapshots allows creating and managing btrfs file system snapshots. ' + 'These can be used to roll back the system to a previously known ' + 'good state in case of unwanted changes to the system.'), + _('Snapshots are taken every hour, day and month (called timeline ' + 'snapshots). Snapshots are also taken before and after a software ' + 'installation. Although snapshots are efficient and only store the ' 'differences, they may be deleted to reclaim free space. Individual ' 'files from older snapshots can be accessed by visiting "/.snapshots" ' - 'directory in the filesystem. Snapshots are not a replacement for ' - 'backups.') + 'directory in the filesystem. It is recommended to enable snapshots ' + 'only if you have at least 50% free space on your root partition.'), + _('Snapshots work on btrfs file systems only and on the root ' + 'partition only. Snapshots are not a replacement for backups since ' + 'they are stored on the same partition. ') ] service = None