| 1 | #!/bin/bash |
| 2 | dir_backup="backup-ssd-dir" |
| 3 | sudo rsync -aAXv --progress --delete / --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} "$dir_backup" |
airikr / Backup the whole system
Last active 4 months ago
Send the entire system to one of my SSD's that I use only for this goal.