Backups and mantain files up to date between devices
- can save files on onedrive unibo students account whic has 2TB of capacity
- syntax similar to git
- backups files
- sync files across devices
- have a onedrive account, for unibo students eg.
[email protected]
- have installed these program:
git
python3
rclone
bash
optional but recomended
- clone this proget repository in a folder you want
- run
git clone https://github.com/zwirgioIlredelCodice/UNIBackup.git
- run
- open a terminal in the repo directory and run the "installation" script that add unibackup as an alias in the
.bashrc
files- run
bash add_alias.sh
- run
Now you can run unibackup
as a command in the terminal.
If you do't want/cant run the bash script you can run this program with python3 {path_to_UNIBackup_repo/src/unibackup.py}
- open a terminal in the repo directory and run the "installation" script that add unibackup as an alias in the
.bashrc
files- run
git pull
- run
in the terminal
$ unibackup
- see
unibackup --help
for helps - for get started tutorial see the tutoral
- for an in depth look see the documentation file
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (
git checkout -b AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPLv3 License. See LICENSE.txt
for more information.
Fabio Murer - [email protected]
Project Link: https://github.com/zwirgioIlredelCodice/UNIBackup