| 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","/home/airikr/Backup/"} "$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.
Revision 4ef2f013096dcfe1ec547a78d5c811ea8a6e0e24