chore: add borg and tridactyl
This commit is contained in:
parent
a7746daf0a
commit
2626baa858
5 changed files with 15 additions and 1 deletions
|
@ -77,7 +77,9 @@ Could not install all packages
|
|||
|
||||
.SH BUGS
|
||||
|
||||
Completely WIP!
|
||||
Exhaustive testing is missing everywhere :)
|
||||
Please report issues on https://github.com/xeruf/instalee/issues
|
||||
(note: hosting service is subject to change soon)
|
||||
|
||||
.SH AUTHOR
|
||||
|
||||
|
|
1
packages/borg/apt
Normal file
1
packages/borg/apt
Normal file
|
@ -0,0 +1 @@
|
|||
borgbackup
|
2
packages/tridactyl/aur
Normal file
2
packages/tridactyl/aur
Normal file
|
@ -0,0 +1,2 @@
|
|||
firefox-tridactyl-native-bin
|
||||
firefox-tridactyl
|
1
packages/vestacp-borg/depends
Normal file
1
packages/vestacp-borg/depends
Normal file
|
@ -0,0 +1 @@
|
|||
borg
|
8
packages/vestacp-borg/linux
Executable file
8
packages/vestacp-borg/linux
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
# https://github.com/ramirojoaquin/vestacp-borg-incremental-backups
|
||||
mkdir -p /root/scripts
|
||||
cd /root/scripts
|
||||
git clone https://github.com/ramirojoaquin/vestacp-borg-incremental-backups.git
|
||||
# mkdir -p /var/log/scripts/backup
|
||||
# TODO add cron:
|
||||
# 0 4 * * * /root/scripts/vestacp-borg-incremental-backups/backup-execute.sh > /var/log/scripts/backup/backup_`date "+\%Y-\%m-\%d"`.log 2>&1
|
Loading…
Add table
Reference in a new issue