diff --git a/README.md b/README.md index 776d53b..5c269c1 100644 --- a/README.md +++ b/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 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 sudo apt install borgmatic