Created
September 29, 2025 16:48
-
-
Save meerzulee/d711844261d755bb08efe9aac01c60a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo rsync -aAXH --numeric-ids --delete \ | |
| --exclude='/dev/*' \ | |
| --exclude='/proc/*' \ | |
| --exclude='/sys/*' \ | |
| --exclude='/run/*' \ | |
| --exclude='/tmp/*' \ | |
| --exclude='/var/tmp/*' \ | |
| --exclude='/var/cache/**' \ | |
| --exclude='/lost+found' \ | |
| --exclude='/mnt/*' \ | |
| --exclude='/media/*' \ | |
| / /mnt/ehdd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment