Skip to content

sirber/backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backup

Usage

Create a config.json file with the folders you want to backup.

Exemple for Linux / Mac

[
    {
        "name": "test",
        "sourcePath": "./",
        "destination": "../test.zip"
    }
]

Exemple for Windows

[
    {
        "name": "Photos",
        "sourcePath": "P:\\Photos\\photos_perso",
        "destination": "E:\\Backups\\Photos\\photos_perso.zip"
    }
]

then run the app!

Compilation

You can use make to build the app. You'll need deno installed.

  • make build_windows
  • make build_mac
  • make build_linux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published