Last active 1736948272

Send the entire system to one of my SSD's that I use only for this goal.

Revision 5a9cc6e9ab716e345d37b802a215ad0b126431d5

systembackup.sh Raw
1#!/bin/bash
2dir_backup="backup-ssd-dir"
3sudo rsync -aAXv --progress --delete / --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} "$dir_backup"