Skip to content

julplee/backup-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages