Security measures against ransomware attack


Security measures against ransomware attack



Following example will help you defend against 'ransomware' incident
Activate immutable for 'differential+incremental' backup & future snapshots.
Immutable files & directories cannot be modified, deleted, or renamed.
Useful security feature against ransomware.
NOTE: 'root' priviledge required to use this feature.



#!/bin/bash


# Following example will help you defend against 'ransomware' incident
# Activate immutable for 'differential+incremental' backup & future snapshots.
# Immutable files & directories cannot be modified, deleted, or renamed.
# Useful security feature against ransomware.
# NOTE: 'root' priviledge required to use this feature.


# do your usual vrangesync transfer with 'differential+incremental' backup & future snapshots
$ vr -i "/residence/user/work" -o "/location/of/destinationdirectory" -idd "y"


# require 'root' priviledge to activate 'immutable' mode & set immutable recursively
sudo chattr +i -R "/location/of/destinationdirectory"


Visit vrangesync today!



Free system sync,clone,mover tool


Individual, student and startup that like to keep cost within your budget, feel free to get our free version of the Free system sync,clone,mover tool at - Free system sync,clone,mover tool.