diff --git a/conf.d/vps2deb b/conf.d/vps2deb index 48eaa3d..fca5fff 100644 --- a/conf.d/vps2deb +++ b/conf.d/vps2deb @@ -161,7 +161,7 @@ overwrite_system() { cleanup # Galactic smash - rsync -aHAX --numeric-ids --delete-after --exclude=/dev/** \ + rsync -aHAX --numeric-ids --delete-after --exclude=/dev/** --exclude=/home/** \ --exclude=/proc/** --exclude=/sys/** --exclude=/Debian/** \ --exclude=/efi/** --exclude=/boot/** --exclude=/tmp/** \ /Debian/ / || true diff --git a/redorder b/redorder index 527bc85..5fe400c 100644 --- a/redorder +++ b/redorder @@ -187,7 +187,7 @@ overwrite_current() { cleanup # Galactic smash - rsync -aHAX --numeric-ids --delete-after --exclude=/dev/** \ + rsync -aHAX --numeric-ids --delete-after --exclude=/dev/** --exclude=/home/** \ --exclude=/proc/** --exclude=/sys/** --exclude=/linux64/** \ --exclude=/efi/** --exclude=/boot/** --exclude=/tmp/** \ /linux64/ / || true