backup-settings

command module
v0.0.0-...-0ab31ae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2020 License: MIT Imports: 5 Imported by: 0

README

backup-settings

This program backups chosen directories and files as configured in a backup-config.json JSON file put in any folder within the executing folder

Configuration files

{
    "user_path": "c:\\path\\of\\user",
    "backup_path": "c:\\backup\\path",
    "folders_to_save": [
        ".ssh",
        ".android",
        ".blabla"
    ],
    "folders_to_ignore": [
        ".ssh/archive",
        ".android/avd"
    ]
}

Todos

  • works with / or \ in path
  • improve backup (e.g. backup elsewhere than in this repo)
  • allow reverse copy of backup to system (e.g. for a quick reinstall of the system)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL