Skip to content

DefineX-Studios/simple-backup-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Backup Script

A simple script to backup folders on your system or on a server and create a zip and store it locally

Sample Config

{
  "backup_location": "/path/to/backup",
  "password": "your_password_here",
  "ssh_keys": {
    "hostname1": "/path/to/keyfile1",
    "hostname2": "/path/to/keyfile2"
  },
  "services": {
    "service1": [
      "/path/to/local/directory1",
      "ssh://username@hostname1:22/path/to/remote/directory1"
    ],
    "service2": [
      "/path/to/local/directory2",
      "ssh://username@hostname2:22/path/to/remote/directory2"
    ]
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published