Aggiorna README.md
This commit is contained in:
parent
0e5743239a
commit
9f114a37e2
1 changed files with 31 additions and 0 deletions
31
README.md
31
README.md
|
|
@ -80,6 +80,37 @@ Delete the Monday archive (please note that this does not free repo disk space):
|
||||||
|
|
||||||
borg delete /path/to/repo::Monday
|
borg delete /path/to/repo::Monday
|
||||||
|
|
||||||
|
## BORG in MacOs
|
||||||
|
|
||||||
|
Se si vuole anche solo salvare si MacOs si deve installare amche sul sistema macOS
|
||||||
|
|
||||||
|
installare con
|
||||||
|
|
||||||
|
```sh
|
||||||
|
brew install --cask macfuse
|
||||||
|
brew install borgbackup/tap/borgbackup-fuse
|
||||||
|
```
|
||||||
|
|
||||||
|
oppure senza macfuse
|
||||||
|
|
||||||
|
```sh
|
||||||
|
brew install borgbackup
|
||||||
|
```
|
||||||
|
|
||||||
|
per utilizzarlo inserire il remote path di BORG nel comando, per esempio dal server 192.168.1.4
|
||||||
|
|
||||||
|
sudo borg init --remote-path /usr/local/bin/borg --encryption=repokey ssh://fabio@192.168.1.2/Volumes/SSD4T/OPi5_backup/DockerComposeServer.borg
|
||||||
|
|
||||||
|
sudo borg create --compression lzma --remote-path /usr/local/bin/borg ssh://fabio@192.168.1.2/Volumes/SSD4T/OPi5_backup/DockerComposeServer.borg::updated_$(date +"%Y-%b-%d-%T") /home/nvme/docker/volumes/portainer_data/_data/compose
|
||||||
|
|
||||||
|
sudo borg list --remote-path /usr/local/bin/borg ssh://fabio@192.168.1.2/Volumes/SSD4T/OPi5_backup/DockerComposeServer.borg
|
||||||
|
|
||||||
|
sudo borg list --remote-path /usr/local/bin/borg ssh://fabio@192.168.1.2/Volumes/SSD4T/OPi5_backup/DockerComposeServer.borg::updated_2025-Oct-09-14:40:4
|
||||||
|
|
||||||
|
PS per vedere gli errori di collegamento utilizzare
|
||||||
|
|
||||||
|
export BORG_RSH="ssh -v"
|
||||||
|
|
||||||
## Borgmatic Install
|
## Borgmatic Install
|
||||||
|
|
||||||
sudo apt install borgmatic
|
sudo apt install borgmatic
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue