Funny version

This commit is contained in:
den 2019-08-16 01:38:43 +00:00
commit e6295a4fba
2 changed files with 14 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# bestbackup
It is a backup tool which is currently WIP.
## Planned Features
* Encrypted backups

8
backup Normal file
View File

@ -0,0 +1,8 @@
#/bin/bash
echo 'Starting backup tool...'
# zip all backupfolder
zip -r backup.zip /home/*