https://github.com/ire4ever1190/easyback
A simple backup program
https://github.com/ire4ever1190/easyback
backup hacktoberfest
Last synced: 6 months ago
JSON representation
A simple backup program
- Host: GitHub
- URL: https://github.com/ire4ever1190/easyback
- Owner: ire4ever1190
- Created: 2020-10-02T12:48:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-04T01:37:11.000Z (about 5 years ago)
- Last Synced: 2025-02-07T17:46:02.669Z (8 months ago)
- Topics: backup, hacktoberfest
- Language: Nim
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# easyback
My server harddrive failed so I made this so I don't lose stuff in future
This allows you to keep a list of files and/or folders that you want to be backed up.
For clarification, when I mean backup, I mean that it creates an archive of the files **you still need to find someplace safe for it**### How to
first install using nimble
```
nimble install https://github.com/ire4ever1190/easyback
```then add something
```
~> easyback add ~/Documents/homework
```you can double check it was added correctly
```
~> easyback list
/home/you/Documents/homework
```then you can make the archive
```
easyback backup
```### Config
The config by default is located at ~/.config/easyback.json
you can edit the different values such as the output, command to use, command to run after