Skip to content

nitrocon/autobackup-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 

Repository files navigation

autobackup-script

Requirements

  • apt update
  • apt -y install net-tools git zip

How to run a backup:

What this script does:

  1. Checks if net-tools, git, and zip are installed.
  2. Gets a list of IP addresses and prompts the user to select one to use.
  3. Gets a list of available users and prompts the user to select one to use.
  4. Creates a backup directory in the user's home directory.
  5. Performs the backup using rsync, excluding certain directories.
  6. Compresses the backup directory into a ZIP file & deletes the folder

About

a small script for autobackup a vps + zipping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages