Finished install script and added more excludes
This commit is contained in:
parent
bdf5ca5683
commit
508f5050d2
2 changed files with 6 additions and 0 deletions
|
@ -14,3 +14,5 @@ chown root:root restic*
|
||||||
chmod 755 restic*
|
chmod 755 restic*
|
||||||
mv "restic_${resticVersion}_linux_amd64" /usr/local/bin/restic
|
mv "restic_${resticVersion}_linux_amd64" /usr/local/bin/restic
|
||||||
mv resticprofile /usr/local/bin/resticprofile
|
mv resticprofile /usr/local/bin/resticprofile
|
||||||
|
popd &>/dev/null
|
||||||
|
rm -rf /tmp/restic-install
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
/var/log/journal
|
||||||
|
/var/log/*.gz
|
||||||
|
/var/log/*.bz2
|
||||||
|
/var/log/*.xz
|
Loading…
Reference in a new issue