add timeshift app
							parent
							
								
									a1c0fb5292
								
							
						
					
					
						commit
						a80a5ae17d
					
				@ -0,0 +1,6 @@
 | 
			
		||||
app created by: teejee2008 
 | 
			
		||||
https://github.com/teejee2008/
 | 
			
		||||
 | 
			
		||||
Added to pi-apps by: Itai-Nelken
 | 
			
		||||
https://github.com/Itai-Nelken/
 | 
			
		||||
https://bit.ly/raspberry-pi-stuff-YT
 | 
			
		||||
@ -0,0 +1,4 @@
 | 
			
		||||
System restore tool for Linux hat provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS.
 | 
			
		||||
System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
 | 
			
		||||
 | 
			
		||||
to run from terminal: timeshift
 | 
			
		||||
											
												Binary file not shown.
											
										
									
								| 
		 After Width: | Height: | Size: 1.1 KiB  | 
											
												Binary file not shown.
											
										
									
								| 
		 After Width: | Height: | Size: 2.2 KiB  | 
@ -0,0 +1,13 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
 | 
			
		||||
 | 
			
		||||
function error {
 | 
			
		||||
  echo -e "\\e[91m$1\\e[39m"
 | 
			
		||||
  exit 1
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
cd $HOME/Downloads
 | 
			
		||||
wget https://github.com/teejee2008/timeshift/releases/download/v20.11.1/timeshift_20.11.1_armhf.deb || error 'Failed to download timeshift!'
 | 
			
		||||
sudo apt install -y --fix-broken ~/Downloads/timeshift_20.11.1_armhf.deb || error 'Failed to install .deb file!'
 | 
			
		||||
rm -f timeshift_20.11.1_armhf.deb
 | 
			
		||||
@ -0,0 +1,13 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
 | 
			
		||||
 | 
			
		||||
function error {
 | 
			
		||||
  echo -e "\\e[91m$1\\e[39m"
 | 
			
		||||
  exit 1
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
cd $HOME/Downloads
 | 
			
		||||
wget https://github.com/teejee2008/timeshift/releases/download/v20.11.1/timeshift_20.11.1_arm64.deb || error 'Failed to download timeshift!'
 | 
			
		||||
sudo apt install -y --fix-broken ~/Downloads/timeshift_20.11.1_arm64.deb || error 'Failed to install .deb file!'
 | 
			
		||||
rm -f timeshift_20.11.1_arm64.deb
 | 
			
		||||
@ -0,0 +1,11 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
 | 
			
		||||
 | 
			
		||||
function error {
 | 
			
		||||
  echo -e "\\e[91m$1\\e[39m"
 | 
			
		||||
  exit 1
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sudo apt purge -y timeshift
 | 
			
		||||
sudo rm -rf /etc/timeshift
 | 
			
		||||
@ -0,0 +1 @@
 | 
			
		||||
https://github.com/teejee2008/timeshift
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue