mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
snapshots: Update description
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
9c11e3c4c6
commit
34699d9040
@ -32,15 +32,19 @@ managed_packages = ['snapper']
|
|||||||
name = _('Storage Snapshots')
|
name = _('Storage Snapshots')
|
||||||
|
|
||||||
description = [
|
description = [
|
||||||
_('Snapshots allows creating and managing filesystem snapshots. These can '
|
_('Snapshots allows creating and managing btrfs file system snapshots. '
|
||||||
'be used to roll back the system to a previously known good state in '
|
'These can be used to roll back the system to a previously known '
|
||||||
'case of unwanted changes to the system.'),
|
'good state in case of unwanted changes to the system.'),
|
||||||
_('Automatic snapshots are taken every hour, day, month and year. '
|
_('Snapshots are taken every hour, day and month (called timeline '
|
||||||
'Although snapshots are efficient and only store the '
|
'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 '
|
'differences, they may be deleted to reclaim free space. Individual '
|
||||||
'files from older snapshots can be accessed by visiting "/.snapshots" '
|
'files from older snapshots can be accessed by visiting "/.snapshots" '
|
||||||
'directory in the filesystem. Snapshots are not a replacement for '
|
'directory in the filesystem. It is recommended to enable snapshots '
|
||||||
'backups.')
|
'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
|
service = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user