Backup and restoration process of Debian 12 installation with automated partitioning option of LVM with Luks encryption.
Installed by default:
- cryptsetup
- lvm2
Make sure to follow this guidance for your platform before any troubleshooting.
sudo apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev liblzma-dev python3-openssl git cmake libxml2-dev libxmlsec1-dev| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: Cognito Stack | |
| Parameters: | |
| AuthName: | |
| Type: String | |
| Description: Unique Auth Name for Cognito Resources | |
| Resources: | |
| # Creates a role that allows Cognito to send SNS messages | |
| SNSRole: |
| if(window.FormData){ | |
| var formData = new FormData($('form#uppic', $('div#upload'))[0]); | |
| $.ajax({ | |
| url:'/upload/'+gUUID, | |
| type:'POST', | |
| xhr:function(){ | |
| var myXhr = $.ajaxSettings.xhr(); | |
| if(myXhr.upload){//check if upload property exists | |
| myXhr.upload.addEventListener('progress', sendpic.progressHandle); | |
| } |