Server Setup Basics for Self Hosting
becomesovran.com
Server Setup Basics for Self Hosting
1–10 of 75 posts
Re: Server Setup Basics for Self Hosting
#2Wish it included server monitoring as a section.
Re: Server Setup Basics for Self Hosting
#3Some distributions (like openSuSE) also enable KbdInteractiveAuthentication by default so just disabling PasswordAuthentication won't work.
Re: Server Setup Basics for Self Hosting
#4> You want to use SSH (Secure Shell) and make sure that SSH is the only way to log in. Some distributions (like openSuSE) also enable KbdInteractiveAuthentication by default so just disabling PasswordAuthentication won't work.
Re: Server Setup Basics for Self Hosting
#5I'm not sure I understand the distinction?
Re: Server Setup Basics for Self Hosting
#6> Differential backups back up all the changes since the last full backup (...) An incremental backup backs up data that was changed since the last backup I'm not sure I understand the distinction?
To restore from an incremental you need the last full backup and all the incrementals inbetween. If you do say a full backup every month, you'd need up to 30 good incremental backup sets to be able to restore.
For the differential you just need the last full backup in addition.
Obviously the differential one might take more and more space, depending on the changes.
Re: Server Setup Basics for Self Hosting
#7> Differential backups back up all the changes since the last full backup (...) An incremental backup backs up data that was changed since the last backup I'm not sure I understand the distinction?
Full Backup -> Differential Backup
Incremental backups are:
Full Backup -> Incremental Backup [-> Incremental Backup ...]
At least that's how it is with Macrium.
Re: Server Setup Basics for Self Hosting
#8> Differential backups back up all the changes since the last full backup (...) An incremental backup backs up data that was changed since the last backup I'm not sure I understand the distinction?
Re: Server Setup Basics for Self Hosting
#9> Differential backups back up all the changes since the last full backup (...) An incremental backup backs up data that was changed since the last backup I'm not sure I understand the distinction?
With incremental it's full backup + inc1 + inc2 +... forever, each backup depends on the previous.
Re: Server Setup Basics for Self Hosting
#10Also, restarting ssh will not boot you out of the session (your session has already been forked as a different process), so leave your terminal window open (to fix any screwups) and then log in on a separate window on the new port and just make sure you can get in.
For backups, don't set up logins from your main server(s) to your backup server; log in from your backup server to your main server. That way, if someone breaks into your main server, they can't get into your backup server.