Size: 1547
Comment:
|
Size: 1627
Comment: cleanups
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[he/timeshift|עברית]]-~ | |
Line 5: | Line 5: |
[[https://packages.debian.org/stable/timeshift|timeshift]] is a program used to make system back-ups/snapshots easily. if used with the [[Btrfs|Btrfs]] file system, snapshots can be restored instantly. It is extreamly powerfuland easy to use. | DebianPackage:timeshift is a program used to make system back-ups/snapshots easily. if used with the [[Btrfs]] file system, snapshots can be restored instantly. It is extremely powerful and easy to use. |
Line 11: | Line 11: |
== functionality == | == Functionality == |
Line 13: | Line 13: |
=== creating a snapshot & scheduling === | === Creating a snapshot & scheduling === |
Line 17: | Line 18: |
Line 20: | Line 22: |
Line 21: | Line 24: |
Line 27: | Line 31: |
You may get the .deb file from the [[https://github.com/teejee2008/Timeshift/releases|github page releases]] and use: {{{ sudo dpkg-i <debfile> }}} |
|
Line 30: | Line 32: |
You may also use: {{{ | You may get the .deb file from the [[https://github.com/teejee2008/Timeshift/releases|github page releases]] and use: {{{ sudo apt install ./<debfile> }}} You may also use: {{{ |
Line 38: | Line 48: |
* the [[https://github.com/teejee2008/timeshift|github page]] | * The [[https://github.com/teejee2008/timeshift|github page]] |
Translation(s): English - עברית
What is timeshift?
timeshift is a program used to make system back-ups/snapshots easily. if used with the Btrfs file system, snapshots can be restored instantly. It is extremely powerful and easy to use.
Contents
Functionality
Creating a snapshot & scheduling
In order to make a snapshot, simply click "Create". You can also make scheduled snapshots by going to the settings -> "Schedule" and choose if you want daily, weekly, monthly, hourly, backups, or even set to backup in boot time.
Keep an amount of snapshots
Additionally, you may set the amounts of how many snapshots of each kind you would like to keep. so you could have 2 daily snapshots and 1 monthly kept all the time. You can do this by going to the settings -> "Schedule",and set the values there.
Restore the System
There are multiple ways to restore the system:
* Click the "Restore" button and accept. * If the system is not bootable, you could use a live system off of a USB stick (using ubuntu is recommended), install timeshift on it, and restore the main system from there.
Installation
You may get the .deb file from the github page releases and use:
sudo apt install ./<debfile>
You may also use:
sudo apt install timeshift
External Links
The github page