Skip to content

Instantly share code, notes, and snippets.

@Himura2la
Created March 7, 2022 21:14
Show Gist options
  • Save Himura2la/b86ea40a18dd0f9b322ae5126e427bfb to your computer and use it in GitHub Desktop.
Save Himura2la/b86ea40a18dd0f9b322ae5126e427bfb to your computer and use it in GitHub Desktop.
tmux
sudo dd bs=4096 if=/dev/mapper/vg-lv_root | pv | gzip | ssh reliable-location 'gzip -d | dd of=~/backup.lv bs=4096'
# ^b, d
tmux a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment