SlideShare a Scribd company logo
BackROLL: An open-source KVM Backup solution fully
integrated inside Apache Cloudstack
From November 14 to 16, 2022
Table of contents
§ Bringing an easy-to-use KVM backup solution to the community
What's our vision of a production grade backup solution ?
§ Key features
All the features you need to build a backup strategy
§ Integration within your workflow
Our design of the BackRoll API was built around integration with a wide range of workflows
§ Integration with the CloudStack ecosystem (plugin)
Integrate our tool with CloudStack to make backup processes transparent to users and administrators
§ Roadmap
What's next ? Planned new features and our vision of the future of BackRoll
§ Q & A
Ask us anything you want about us or BackRoll’s project J
§ Who are we
About DIMSI and your speakers
§ What is BackROLL ?
All the features you need to build a backup strategy
Your fellow speakers (Greg, Quentin, Pierre)
Grégoire LAMODIERE
Co-Founder & solution architect
Backroll evangelist
Quentin ROCCIA
Senior SRE and Devops Engineer
Backroll guru
Pierre CHARTON
Senior C# / Java developer, Pierre
provides Backroll integration within
Apache Cloudstack, main contributor of
Backroll plugin
Senior backend developer
Backroll integrator
Automation addict, Quentin is in charge of
maintaining Cloudstack infrastructure up and
running. He also helps our developers to
speed-up code integration and deployment
Senior solution architect, Grégoire helps our
customers to define Cloud-based, hybrid and
OnPremise strategies
Who are we ?
We are a small independent French cloud
provider that keeps its focus on small and
medium sized companies
We also provide for companies using
Microsoft Dynamics CRM, and bring them
our expertise on project management and
development to meet their business needs
We think that even a small team such as ours
can bring great knowledge and success to
our customers
Our human-size teams put people at the
heart of our digital services
ABOUT DIMSI
In 2022, DIMSI became a mission-driven company
Foundation
2006
Area of expertise
Company Size
4 sites :
§ Paris
§ Lorient
§ Sousse
§ Hong-Kong
Offerings
Microsoft
Power Platform
Cloud & Services
Modern Apps
Lorient
Paris
Sousse
Hong-Kong
What’s Backroll ?
What prompted us to create BackROLL
• No similar open-source community project
• No turnkey solution available
• No KVM backup software yet integrated into Apache CloudStack
• You may have noticed that we are KVM/CloudStack enthusiasts :)
What we wanted
• No agent to install on virtual machines nor on hosts
• Quiescent backup support
• Backup deduplication
• Incremental backups
• Fully integrated into CloudStack
Already proven safeguards
• Currently in production for all internal and customer Apache Cloudstack instances at DIMSI
• Has already been used for client requests for data restoration
• Used to build our disaster recovery plan
• No performance impact during backups
Open Source with Apache2 license
• The same licensing model as Apache Cloudstack
• Everyone can check source code and bring their ideas to improve the software
Aiming at becoming a community driven project !
Architecture
Modern web UI
The various components of BackROLL
Modern web UI
• Front-end
The web UI, offers the same functionality as the API
• Back-end
Contains API and core logic, it receives all API calls that will trigger tasks (Celery)
• Workers
Used to run the Celery tasks (VM list, backup list, host list, backup job, and so on...), can be stand-alone or clustered to
maximize task parallelization
• Flower
Flower is used to monitor tasks in real-time and get logs via web interface / web API
• Beat
Beat is the scheduler, allowing us to create scheduled backup policies and run redundant and automated tasks (like backup
cleaning every night)
• Redis
Redis is used as a database to store keys specific for every task, allowing tracking and keeping records.
Bring an easy-to-use KVM backup solution to the community
1. Modern web UI
Designed to be easy to use
Easily manage your backups
§ Easily track the progress and logs of your backup tasks
§ Manage virtual machine backups, pools or backup policies via a
graphical interface
§ Schedule backup and restore tasks
§ Built in VueJS 3
The web interface is optional, but still convenient for non-tech users
2. RESTful API
That follows best practices
Can be used in your existing workflows
§ Stateless
§ Uniform interface
§ Layered system
§ Can be used with scripts or tools like Ansible
The learning curve is minimal if you are already used to working with
other REST APIs
3. Containerized application
Reduces maintenance requirements
§ Deploy and update using a docker-compose template
§ One click deployment
§ Customize deployment template to meet your needs
Reduce maintenance hassle as everything needed is embedded in the
docker image
What does an API call look like?
Modern web UI
What does an API call look like?
Modern web UI
How does a backup work?
Modern web UI
What you can already do
A sample of what BackROLL is capable of
Instant start of backup or restore task of a VM / Pool
Everything is handled in the background
Nothing to do on the VM side, even the needed restart is handled by BackROLL
Backup / restore task scheduling
If you prefer to schedule your tasks to run at night, it is possible!
Self-management of lock for each VM, no way to go wrong
Whenever a VM is linked to a task, BackROLL locks out any further operations on the virtual machine
Retention management and automatic cleaning
Only keep data you need
Operation history and webhook notification
To keep track of what has been done
Caveats and limitations
For a better understanding
• It is not currently possible to backup a shutdown VM that is managed by cloudstack
• Restore and redeploy (to another VMs) task is currently in work-in-progress state
• Only supports Slack for webhook notifications
• Only NFS storage has been used to store the backups
• You cannot select a specific disk you'd like to backup / restore, current task state is all-or-nothing
• You cannot backup a VM that is currently using a snapshot disk file
• Integration of BackROLL within CloudStack is in work-in-progress state
Integration within your workflow
ANALYSE
Revue de l’architecture
Prérequis
Document de conception d’infrastructure
complété incluant la volumétrie de
données, le nombre d’utilisateurs, etc.
Livrable
Rapport de l'examen d'architecture
accompagné des préconisations DIMSI
délivré par
un Solution Architecte D365
CONCEPTION
Revue de la conception
Prérequis
Document de spécifications fonctionnels
et Document de Design Technique
complétés
Plan d‘ intégration & Interfaces complété
Livrable
Document d’examen de la conception :
Conclusions et recommandations.
PERSONNALISATION
Revue de la personnalisation
Prérequis
Document de conception technique
détaillées.
Accès à tous les codes sources de
l'application.
Définition d'un périmètre pour l'examen
de codes.
(L'étude portera sur un périmètre restreint
représentatif d'un processus métier clé)
Livrable
Document d'examen de la
personnalisation : Conclusion et
recommandations
DÉPLOIEMENT
Revue de performances
Prérequis
Disponibilité du document de de
déploiement.
Plan de production complétés
Environnement iso production et
opérationnel (non accessibles aux
utilisateurs)
Définitions des scénarios de tests.
Document d'exploitation.
Livrable
Document d’examen des performances et
de l'exploitation, conclusions et
recommandations.
Integration with the CloudStack ecosystem (plugin)
Cloudstack Back and restore
framework
Cloudstack Backroll Plugin
How we’ve built Backroll plugin for Cloudstack
(http://docs.cloudstack.apache.org/en/latest/adminguide/backup_and_recovery.
html)
We are developping our plugin using the Cloudstack Back and Restore
framework
How to setup the Backroll plugin
• Set 'backroll' to the "backup.framework.provider.plugin" global configuration variable
• Set these 3 variables:
• "backup.plugin.backroll.config.url"
• "backup.plugin.backroll.config.appname"
• "backup.plugin.backroll.config.password"
Code sample, authent, etc
To do: diagram to describe components
• Allows Cloudstack users to
use 3rd party backup
solutions
• Abstracts the API commands
required for common backup
and recovery operations
Concepts
• 'SLA' Backups
• Adhoc and user scheduled
backups
Key features
• Authentication
• List of existing backup policies
• Start a backup for registred virtual machines
• Restore virtual machines from backups
• Delete backups
Live demo
Modern web UI
Roadmap
Modern web UI
What's next ?
www.dimsi.fr | contact@dimsi.fr | (+33) 01 75 43 89 66
4 Avenue Laurent Cély Hall D,
92600 Asnières-sur-Seine
Thank you !

More Related Content

What's hot (20)

PDF
Boosting I/O Performance with KVM io_uring
ShapeBlue
 
PDF
Red Hat OpenStack 17 저자직강+스터디그룹_1주차
Nalee Jang
 
PDF
OpenStack Ironic - Bare Metal-as-a-Service
Ramon Acedo Rodriguez
 
PDF
Deploying IPv6 on OpenStack
Vietnam Open Infrastructure User Group
 
PDF
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
ShapeBlue
 
PDF
Automated CloudStack Deployment
ShapeBlue
 
PPTX
CloudStack networking
ShapeBlue
 
PPTX
VXLAN Integration with CloudStack Advanced Zone
Yoshikazu Nojima
 
PDF
Linux Kernel Live Patching
GlobalLogic Ukraine
 
PDF
What's Coming in CloudStack 4.19
ShapeBlue
 
PDF
Virtualization with KVM (Kernel-based Virtual Machine)
Novell
 
PPTX
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
vivekkonnect
 
PPTX
Backup and Restore VMs Based on KVM
ShapeBlue
 
PDF
Ceph with CloudStack
ShapeBlue
 
PDF
[2018] 오픈스택 5년 운영의 경험
NHN FORWARD
 
PDF
Deep Dive: a technical insider's view of NetBackup 8.1 and NetBackup Appliances
Veritas Technologies LLC
 
PDF
News And Development Update Of The CloudStack Tungsten Fabric SDN Plug-in
ShapeBlue
 
PPTX
Room 3 - 7 - Nguyễn Như Phúc Huy - Vitastor: a fast and simple Ceph-like bloc...
Vietnam Open Infrastructure User Group
 
PDF
「Neutronになって理解するOpenStack Network」~Neutron/Open vSwitchなどNeutronと周辺技術の解説~ - ...
VirtualTech Japan Inc.
 
Boosting I/O Performance with KVM io_uring
ShapeBlue
 
Red Hat OpenStack 17 저자직강+스터디그룹_1주차
Nalee Jang
 
OpenStack Ironic - Bare Metal-as-a-Service
Ramon Acedo Rodriguez
 
Deploying IPv6 on OpenStack
Vietnam Open Infrastructure User Group
 
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
ShapeBlue
 
Automated CloudStack Deployment
ShapeBlue
 
CloudStack networking
ShapeBlue
 
VXLAN Integration with CloudStack Advanced Zone
Yoshikazu Nojima
 
Linux Kernel Live Patching
GlobalLogic Ukraine
 
What's Coming in CloudStack 4.19
ShapeBlue
 
Virtualization with KVM (Kernel-based Virtual Machine)
Novell
 
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
vivekkonnect
 
Backup and Restore VMs Based on KVM
ShapeBlue
 
Ceph with CloudStack
ShapeBlue
 
[2018] 오픈스택 5년 운영의 경험
NHN FORWARD
 
Deep Dive: a technical insider's view of NetBackup 8.1 and NetBackup Appliances
Veritas Technologies LLC
 
News And Development Update Of The CloudStack Tungsten Fabric SDN Plug-in
ShapeBlue
 
Room 3 - 7 - Nguyễn Như Phúc Huy - Vitastor: a fast and simple Ceph-like bloc...
Vietnam Open Infrastructure User Group
 
「Neutronになって理解するOpenStack Network」~Neutron/Open vSwitchなどNeutronと周辺技術の解説~ - ...
VirtualTech Japan Inc.
 

Similar to Backroll: Production Grade KVM Backup Solution Integrated in CloudStack (20)

PDF
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
ShapeBlue
 
PPTX
Overview: Building Open Source Cloud Computing Environments
Mark Hinkle
 
PDF
Paul Angus – Backup & Recovery in CloudStack
ShapeBlue
 
PPTX
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto
mjbommar
 
PDF
Rethink of PaaS
Xu Wang
 
PDF
Rackspace-White-Paper-OpenStack-PRI-TSK-11768-5.pdf
ericnewman522
 
PPTX
vBACD - Crash Course in Open Source Cloud Computing - 2/28
CloudStack - Open Source Cloud Computing Project
 
PPTX
Delivering IaaS with Open Source Software
Mark Hinkle
 
PDF
Sprint 48 review
ManageIQ
 
PDF
Cloudstack for beginners
Joseph Amirani
 
PPTX
vBACD- July 2012 - Crash Course in Open Source Cloud Computing
CloudStack - Open Source Cloud Computing Project
 
PDF
7-Step Recipe For Continuous Integration Using OpenStack - Part 1
Platform9
 
PPTX
Getting Started with Apache CloudStack
Joe Brockmeier
 
PPTX
Drupal In The Cloud
Bret Piatt
 
PDF
Sprint 73
ManageIQ
 
PPTX
DevOpsEnterpriseSummit_SaaSAnd DisasterRecovery.pptx
Shikha Srivastava
 
PDF
Cloud the path forward
Vasu Thiyagarajan
 
PDF
OpenStack & Ubuntu (india openstack day)
openstackindia
 
PDF
The Intersection of Security & DevOps
Alert Logic
 
PDF
Cloud stack for_beginners
Radhika Puthiyetath
 
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
ShapeBlue
 
Overview: Building Open Source Cloud Computing Environments
Mark Hinkle
 
Paul Angus – Backup & Recovery in CloudStack
ShapeBlue
 
Automating Oracle Database deployment with Amazon Web Services, fabric, and boto
mjbommar
 
Rethink of PaaS
Xu Wang
 
Rackspace-White-Paper-OpenStack-PRI-TSK-11768-5.pdf
ericnewman522
 
vBACD - Crash Course in Open Source Cloud Computing - 2/28
CloudStack - Open Source Cloud Computing Project
 
Delivering IaaS with Open Source Software
Mark Hinkle
 
Sprint 48 review
ManageIQ
 
Cloudstack for beginners
Joseph Amirani
 
vBACD- July 2012 - Crash Course in Open Source Cloud Computing
CloudStack - Open Source Cloud Computing Project
 
7-Step Recipe For Continuous Integration Using OpenStack - Part 1
Platform9
 
Getting Started with Apache CloudStack
Joe Brockmeier
 
Drupal In The Cloud
Bret Piatt
 
Sprint 73
ManageIQ
 
DevOpsEnterpriseSummit_SaaSAnd DisasterRecovery.pptx
Shikha Srivastava
 
Cloud the path forward
Vasu Thiyagarajan
 
OpenStack & Ubuntu (india openstack day)
openstackindia
 
The Intersection of Security & DevOps
Alert Logic
 
Cloud stack for_beginners
Radhika Puthiyetath
 
Ad

More from ShapeBlue (20)

PDF
Fully Open-Source Private Clouds: Freedom, Security, and Control
ShapeBlue
 
PPTX
Pushing the Limits: CloudStack at 25K Hosts
ShapeBlue
 
PPTX
Stretching CloudStack over multiple datacenters
ShapeBlue
 
PPTX
Proposed Feature: Monitoring and Managing Cloud Usage Costs in Apache CloudStack
ShapeBlue
 
PPSX
CloudStack + KVM: Your Local Cloud Lab
ShapeBlue
 
PDF
I’d like to resell your CloudStack services, but...
ShapeBlue
 
PDF
Storage Setup for LINSTOR/DRBD/CloudStack
ShapeBlue
 
PDF
Apache CloudStack 101 - Introduction, What’s New and What’s Coming
ShapeBlue
 
PDF
Development of an Оbject Storage Plugin for CloudStack, Christian Reichert, s...
ShapeBlue
 
PDF
VM-HA with CloudStack and Linstor, Rene Peinthor
ShapeBlue
 
PDF
How We Use CloudStack to Provide Managed Hosting, Swen Brüseke, proIO
ShapeBlue
 
PDF
Internet Facing VMs and the DDoS Problem, Wido den Hollander, Your.Online
ShapeBlue
 
PDF
Transitioning from VMware to Apache CloudStack: A Path to Profitability and C...
ShapeBlue
 
PDF
What’s New and What’s Upcoming in Apache CloudStack, Giles Sirett, ShapeBlue
ShapeBlue
 
PDF
CloudStack Authentication Methods – Harikrishna Patnala, ShapeBlue
ShapeBlue
 
PDF
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
ShapeBlue
 
PDF
Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...
ShapeBlue
 
PDF
VM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlue
ShapeBlue
 
PPTX
How We Grew Up with CloudStack and its Journey – Dilip Singh, DataHub
ShapeBlue
 
PDF
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...
ShapeBlue
 
Fully Open-Source Private Clouds: Freedom, Security, and Control
ShapeBlue
 
Pushing the Limits: CloudStack at 25K Hosts
ShapeBlue
 
Stretching CloudStack over multiple datacenters
ShapeBlue
 
Proposed Feature: Monitoring and Managing Cloud Usage Costs in Apache CloudStack
ShapeBlue
 
CloudStack + KVM: Your Local Cloud Lab
ShapeBlue
 
I’d like to resell your CloudStack services, but...
ShapeBlue
 
Storage Setup for LINSTOR/DRBD/CloudStack
ShapeBlue
 
Apache CloudStack 101 - Introduction, What’s New and What’s Coming
ShapeBlue
 
Development of an Оbject Storage Plugin for CloudStack, Christian Reichert, s...
ShapeBlue
 
VM-HA with CloudStack and Linstor, Rene Peinthor
ShapeBlue
 
How We Use CloudStack to Provide Managed Hosting, Swen Brüseke, proIO
ShapeBlue
 
Internet Facing VMs and the DDoS Problem, Wido den Hollander, Your.Online
ShapeBlue
 
Transitioning from VMware to Apache CloudStack: A Path to Profitability and C...
ShapeBlue
 
What’s New and What’s Upcoming in Apache CloudStack, Giles Sirett, ShapeBlue
ShapeBlue
 
CloudStack Authentication Methods – Harikrishna Patnala, ShapeBlue
ShapeBlue
 
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
ShapeBlue
 
Elevating Cloud Infrastructure with Object Storage, DRS, VM Scheduling, and D...
ShapeBlue
 
VM Migration from VMware to CloudStack and KVM – Suresh Anaparti, ShapeBlue
ShapeBlue
 
How We Grew Up with CloudStack and its Journey – Dilip Singh, DataHub
ShapeBlue
 
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...
ShapeBlue
 
Ad

Recently uploaded (20)

PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PPTX
Digital Circuits, important subject in CS
contactparinay1
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PDF
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
Digital Circuits, important subject in CS
contactparinay1
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 

Backroll: Production Grade KVM Backup Solution Integrated in CloudStack

  • 1. BackROLL: An open-source KVM Backup solution fully integrated inside Apache Cloudstack From November 14 to 16, 2022
  • 2. Table of contents § Bringing an easy-to-use KVM backup solution to the community What's our vision of a production grade backup solution ? § Key features All the features you need to build a backup strategy § Integration within your workflow Our design of the BackRoll API was built around integration with a wide range of workflows § Integration with the CloudStack ecosystem (plugin) Integrate our tool with CloudStack to make backup processes transparent to users and administrators § Roadmap What's next ? Planned new features and our vision of the future of BackRoll § Q & A Ask us anything you want about us or BackRoll’s project J § Who are we About DIMSI and your speakers § What is BackROLL ? All the features you need to build a backup strategy
  • 3. Your fellow speakers (Greg, Quentin, Pierre) Grégoire LAMODIERE Co-Founder & solution architect Backroll evangelist Quentin ROCCIA Senior SRE and Devops Engineer Backroll guru Pierre CHARTON Senior C# / Java developer, Pierre provides Backroll integration within Apache Cloudstack, main contributor of Backroll plugin Senior backend developer Backroll integrator Automation addict, Quentin is in charge of maintaining Cloudstack infrastructure up and running. He also helps our developers to speed-up code integration and deployment Senior solution architect, Grégoire helps our customers to define Cloud-based, hybrid and OnPremise strategies
  • 4. Who are we ? We are a small independent French cloud provider that keeps its focus on small and medium sized companies We also provide for companies using Microsoft Dynamics CRM, and bring them our expertise on project management and development to meet their business needs We think that even a small team such as ours can bring great knowledge and success to our customers Our human-size teams put people at the heart of our digital services
  • 5. ABOUT DIMSI In 2022, DIMSI became a mission-driven company Foundation 2006 Area of expertise Company Size 4 sites : § Paris § Lorient § Sousse § Hong-Kong Offerings Microsoft Power Platform Cloud & Services Modern Apps Lorient Paris Sousse Hong-Kong
  • 6. What’s Backroll ? What prompted us to create BackROLL • No similar open-source community project • No turnkey solution available • No KVM backup software yet integrated into Apache CloudStack • You may have noticed that we are KVM/CloudStack enthusiasts :) What we wanted • No agent to install on virtual machines nor on hosts • Quiescent backup support • Backup deduplication • Incremental backups • Fully integrated into CloudStack Already proven safeguards • Currently in production for all internal and customer Apache Cloudstack instances at DIMSI • Has already been used for client requests for data restoration • Used to build our disaster recovery plan • No performance impact during backups Open Source with Apache2 license • The same licensing model as Apache Cloudstack • Everyone can check source code and bring their ideas to improve the software Aiming at becoming a community driven project !
  • 8. The various components of BackROLL Modern web UI • Front-end The web UI, offers the same functionality as the API • Back-end Contains API and core logic, it receives all API calls that will trigger tasks (Celery) • Workers Used to run the Celery tasks (VM list, backup list, host list, backup job, and so on...), can be stand-alone or clustered to maximize task parallelization • Flower Flower is used to monitor tasks in real-time and get logs via web interface / web API • Beat Beat is the scheduler, allowing us to create scheduled backup policies and run redundant and automated tasks (like backup cleaning every night) • Redis Redis is used as a database to store keys specific for every task, allowing tracking and keeping records.
  • 9. Bring an easy-to-use KVM backup solution to the community 1. Modern web UI Designed to be easy to use Easily manage your backups § Easily track the progress and logs of your backup tasks § Manage virtual machine backups, pools or backup policies via a graphical interface § Schedule backup and restore tasks § Built in VueJS 3 The web interface is optional, but still convenient for non-tech users 2. RESTful API That follows best practices Can be used in your existing workflows § Stateless § Uniform interface § Layered system § Can be used with scripts or tools like Ansible The learning curve is minimal if you are already used to working with other REST APIs 3. Containerized application Reduces maintenance requirements § Deploy and update using a docker-compose template § One click deployment § Customize deployment template to meet your needs Reduce maintenance hassle as everything needed is embedded in the docker image
  • 10. What does an API call look like? Modern web UI
  • 11. What does an API call look like? Modern web UI
  • 12. How does a backup work? Modern web UI
  • 13. What you can already do A sample of what BackROLL is capable of Instant start of backup or restore task of a VM / Pool Everything is handled in the background Nothing to do on the VM side, even the needed restart is handled by BackROLL Backup / restore task scheduling If you prefer to schedule your tasks to run at night, it is possible! Self-management of lock for each VM, no way to go wrong Whenever a VM is linked to a task, BackROLL locks out any further operations on the virtual machine Retention management and automatic cleaning Only keep data you need Operation history and webhook notification To keep track of what has been done
  • 14. Caveats and limitations For a better understanding • It is not currently possible to backup a shutdown VM that is managed by cloudstack • Restore and redeploy (to another VMs) task is currently in work-in-progress state • Only supports Slack for webhook notifications • Only NFS storage has been used to store the backups • You cannot select a specific disk you'd like to backup / restore, current task state is all-or-nothing • You cannot backup a VM that is currently using a snapshot disk file • Integration of BackROLL within CloudStack is in work-in-progress state
  • 15. Integration within your workflow ANALYSE Revue de l’architecture Prérequis Document de conception d’infrastructure complété incluant la volumétrie de données, le nombre d’utilisateurs, etc. Livrable Rapport de l'examen d'architecture accompagné des préconisations DIMSI délivré par un Solution Architecte D365 CONCEPTION Revue de la conception Prérequis Document de spécifications fonctionnels et Document de Design Technique complétés Plan d‘ intégration & Interfaces complété Livrable Document d’examen de la conception : Conclusions et recommandations. PERSONNALISATION Revue de la personnalisation Prérequis Document de conception technique détaillées. Accès à tous les codes sources de l'application. Définition d'un périmètre pour l'examen de codes. (L'étude portera sur un périmètre restreint représentatif d'un processus métier clé) Livrable Document d'examen de la personnalisation : Conclusion et recommandations DÉPLOIEMENT Revue de performances Prérequis Disponibilité du document de de déploiement. Plan de production complétés Environnement iso production et opérationnel (non accessibles aux utilisateurs) Définitions des scénarios de tests. Document d'exploitation. Livrable Document d’examen des performances et de l'exploitation, conclusions et recommandations.
  • 16. Integration with the CloudStack ecosystem (plugin) Cloudstack Back and restore framework Cloudstack Backroll Plugin How we’ve built Backroll plugin for Cloudstack (http://docs.cloudstack.apache.org/en/latest/adminguide/backup_and_recovery. html) We are developping our plugin using the Cloudstack Back and Restore framework How to setup the Backroll plugin • Set 'backroll' to the "backup.framework.provider.plugin" global configuration variable • Set these 3 variables: • "backup.plugin.backroll.config.url" • "backup.plugin.backroll.config.appname" • "backup.plugin.backroll.config.password" Code sample, authent, etc To do: diagram to describe components • Allows Cloudstack users to use 3rd party backup solutions • Abstracts the API commands required for common backup and recovery operations Concepts • 'SLA' Backups • Adhoc and user scheduled backups Key features • Authentication • List of existing backup policies • Start a backup for registred virtual machines • Restore virtual machines from backups • Delete backups
  • 19. www.dimsi.fr | [email protected] | (+33) 01 75 43 89 66 4 Avenue Laurent Cély Hall D, 92600 Asnières-sur-Seine Thank you !