HashBackup setup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
* Customize <code>/compat/linux/hashbackup/inex.conf</code> | * Customize <code>/compat/linux/hashbackup/inex.conf</code> | ||
<pre> | <pre> | ||
ex / | ex /hb/boot/ | ||
ex / | ex /hb/home/*/.sh_history | ||
ex /hb/home/*/.bash_history | |||
ex / | ex /hb/home/*/.cache | ||
ex /hb/home/*/.gvfs | |||
ex / | |||
ex / | |||
ex / | ex /hb/root/.sh_history | ||
ex / | ex /hb/root/.bash_history | ||
ex /hb/root/.cache | |||
ex / | ex /hb/root/.gvfs | ||
ex / | |||
... | ... | ||
</pre> | </pre> | ||
[[Category: FreeBSD]] | [[Category: FreeBSD]] | ||
Revision as of 02:24, 11 April 2025
- Start Linuxulator
# pkg install linux_base-rl9- Download
hbfrom https://www.hashbackup.com/hashbackup/download.html to/root/bin/hb - # hb init -c /hashbackup
- Create
/compat/linux/hashbackup/dest.conf
destname fbsd type s3 host example.com location loc accesskey ... secretkey ... bucket fbsd class ia secure
# chmod 400 /var/hashbackup/dest.conf
- Customize
/compat/linux/hashbackup/inex.conf
ex /hb/boot/ ex /hb/home/*/.sh_history ex /hb/home/*/.bash_history ex /hb/home/*/.cache ex /hb/home/*/.gvfs ex /hb/root/.sh_history ex /hb/root/.bash_history ex /hb/root/.cache ex /hb/root/.gvfs ...