I sometimes download large files, such as ISOs, using wget.
If these are saved in backup, backup takes a long time.
A simple way to avoid this, is to download them to /home, instead of /home/tc.
That works if you use home=sdXY.
However, if you use encrypted home, the /home folder is not saved.
They can be downloaded to /mnt/sdXY. However, to do this you need to use the root terminal.
Having the root terminal open creates a security vulnerability.
Is there a way files can be downloaded using wget with the non-root terminal, when using encrypted home, so they are not saved in the encrypted home or backup?