diff options
| author | miguel <miguel@megaloman.softwarefools.com> | 2021-01-24 21:33:31 +0100 |
|---|---|---|
| committer | miguel <miguel@megaloman.softwarefools.com> | 2021-01-24 21:33:31 +0100 |
| commit | 115a65be0583658a7f39a7abaeb2401448f0d7c9 (patch) | |
| tree | 3c75fc44222b72f11900d098da5d5ff157c19542 /backup_ex40_root.sh | |
| parent | 5ec428a0c177025b9c04330ae3f39cbde27a2d81 (diff) | |
add some stuff from megaloman
Diffstat (limited to 'backup_ex40_root.sh')
| -rw-r--r-- | backup_ex40_root.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backup_ex40_root.sh b/backup_ex40_root.sh new file mode 100644 index 0000000..5e5ac22 --- /dev/null +++ b/backup_ex40_root.sh @@ -0,0 +1 @@ +sudo tar --exclude='/home' --exclude='/proc' --exclude='/dev' --exclude='/sys' -cvf /home/miguel/backup_ex40_root.tar / |
