Skip to content

Instantly share code, notes, and snippets.

@mrioan
Created March 28, 2023 18:37
Show Gist options
  • Save mrioan/429ffad74419e3a4d4edb2f55830de89 to your computer and use it in GitHub Desktop.
Save mrioan/429ffad74419e3a4d4edb2f55830de89 to your computer and use it in GitHub Desktop.
Time Machine
mkdir -p /tmp/TimeMachine; \
sudo mount_smbfs smb://admin@192.168.10.1/backup/live/TimeMachine /tmp/TimeMachine; \
sudo hdiutil attach -mountpoint /Volumes/TimeMachine /tmp/TimeMachine/mbpm1pro2021.sparsebundle; \
tmutil startbackup -b; \
sh /Users/mario/Misc/scripts/umount_time_machine.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment