Skip to content

C0nvert/piclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

piclone

Cloning and Compressing SD Card Image

Download Script

wget https://raw.githubusercontent.com/C0nvert/piclone/master/system_backup.sh

Check for Drive Name

lsblk

If name equals "mmcblk0", proceed

if not edit system_backup.sh

Make it executable

chmod +x system_backup.sh

Create root Crontab

sudo crontab -e

Add this Line

0 0 * * * /pathtofile/system_backup.sh

Override deafults by supplying command line arguments

system_baskup.sh <path to backup save> <number of days retention>

About

Cloning and Compressing SD Card Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages