Skip to content

Instantly share code, notes, and snippets.

@cuu
Created January 30, 2024 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuu/8dd9b70a0364a14e278cb0b6a9526f9e to your computer and use it in GitHub Desktop.
Save cuu/8dd9b70a0364a14e278cb0b6a9526f9e to your computer and use it in GitHub Desktop.
move docker folder to another
#!/bin/bash
rsync -avPHSX /var/lib/docker/ /data/lib/docker/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment