Contributions from Samuel Agustjik Mahardhika


General

Rsync Automatic Backup

https://help.famesystems.de/helpdesk/rsync-automatic-backup | Reading time: 5 minutes

This guide will show you how to set up automated daily, weekly, and monthly backups on Ubuntu/Debian using a script. We'll achieve this by utilizing the tar, find, and rsync commands, along with cron for scheduling.Daily BackupThe tar command below will generate a compressed archive of the /var/www/html directory and store it in the /mnt/backup/daily/ folder. Meanwhile, the find command will delete any daily backups older than seven days.tar -zcf /mnt/backup/daily/backup-$(date +%Y%m%d).tar.gz - ...

Guides & instructions

How To Install Windows Server 2012 R2 via OS Library

https://help.famesystems.de/helpdesk/how-to-install-windows-server-2012-r2-via-os-library | Reading time: 5 minutes

In this article, we'll guide you through the process of installing Windows Server 2012 R2 from OS Library. You'll learn how to upload Windows Server image, set up boot order, and successfully deploy it on your server. By the end of this guide, you'll have a fully operational Windows Server installation in your server.Note: By default OS Library not enabled, you must create ticket Famesystems TicketUpload ISONavigate to your server webinterface.Now click on "Physical Drive"Menu will open, now cli ...

About Samuel Agustjik Mahardhika

Passionate about virtualization, networking, and backend development. Experienced with Node.js and MongoDB. Works with game server management, automation, windows server, and scripting using Bash and crontabs. Enthusiast in hypervisors, cloud computing and system optimization.

Personal details

Name Samuel Agustjik Mahardhika
Location Indonesia
Languages English, Indonesia
Contributor since 1 month