ransomware protection?


Recommended Posts

Hello, i want to know how unraid users, handle data protection with unraid, i want to implement it on a production environment but im want to know what type of protection i can get from ransomware/cryptolockers and so. thank you very much

Edited by crossix
Link to comment

If you dont use btrfs with snapshots then you use your own snapshotted backups (via rsync or some other means) those should be chattr +i to make them immutable after the backups are done.

 

A raid array is NOT a replacement for BackUps. You may need to rethink your setups.

  • Upvote 1
Link to comment
5 hours ago, BRiT said:

If you dont use btrfs with snapshots then you use your own snapshotted backups (via rsync or some other means) those should be chattr +i to make them immutable after the backups are done.

 

A raid array is NOT a replacement for BackUps. You may need to rethink your setups.

 

How do you chattr +i please.

 

 

Link to comment

"chattr +i" can be done on files or directories. That combo sets the item as immutable, meaning no changes can be done unless you "chattr -i" the items. It protects beyond "chmod 444".

 

This was talked about in the ransomeware resistence thread(s). I assume everyone would have read that thread already before asking questions.

 

 

Link to comment
12 hours ago, crossix said:

Is btrfs "stable" enough, people saying you need ups backup for the server, cuz files tend to get corrupted for accidental shutdowns!

 

IMO yes, but like brit mentioned snapshots increase your protection against e.g. ransomware or accidental deleted/modified files but, and the same as unRAID, are not a backup, you need to have a backup of your irreplaceable files.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.