Skip to content

Simple Python script to set as a cron job to automatically backup your Valheim worlds from g-portal.com

Notifications You must be signed in to change notification settings

techb/ValheimBackupy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValheimBackupy

Python script to backup your worlds from the dedicated cloud gaming servers g-portal.com. Utilizes a cronjob to backup your files at a specified time every day.

Install

Command line

Config

  • Create a new file in ValheimBackupy/ called config.ini
  • Copy the contents of example.config.ini into the new config.ini file
  • Replace the information obtained from your g-portal.com account
    • Log into g-portal and select your Velheim server, the information you need will look similar to this: g-portal
  • Save the file

Command line

  • $ cp example.config.ini config.ini
  • $ vim config.ini
    • ... edit file, save and quit ...

Run

  • $ chmod +x valheimbacku.py
  • $ crontab -e
    • Create cron job
    • 20 4 * * * /<Path To Script>/valheimbacku.py

crontab

About

Simple Python script to set as a cron job to automatically backup your Valheim worlds from g-portal.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages