add vagant and borg
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2025-01-18 10:01:18 +01:00
parent f69019c647
commit 222658e87f
2 changed files with 15 additions and 0 deletions

7
IT/Borg.md Normal file
View File

@ -0,0 +1,7 @@
# BORG
## list difference beetween two backup
```sh
borg diff ssh://u304977@u304977.your-storagebox.de/./backup_hamelab::homelab-2024-12-13T02:00:01.321733 homelab-2024-12-14T02:00:01.536385
```

8
IT/Vagrant.md Normal file
View File

@ -0,0 +1,8 @@
# Vagrant
## Install plugong without dependancy check
```sh
VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-libvirt
```