Skip to content

Commit

Permalink
installation from tar file explained
Browse files Browse the repository at this point in the history
  • Loading branch information
per2jensen committed Feb 13, 2022
1 parent 7f0928c commit 19a4ca5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@

- The built in par2 integration provides a method to maybe be able to salvage a broken archive in the future.

# How to install
- Download a dar-backup tar file from the (releases)[https://github.com/per2jensen/dar-backup/releases]
- untar
````
tar zxf <the-tar-file> --directory <a-directory-under-which-darbackup-is-untarred>
````
- make install script executable
````
chmod +x <a-directory-under-which-darbackup-is-untarred>/dar-backup/bin/install.sh
````
- Run install.sh
````
<a-directory-under-which-darbackup-is-untarred>/dar-backup/bin/install.sh
````

# Script features

- Take full backups or differential backups
Expand Down

0 comments on commit 19a4ca5

Please sign in to comment.