You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to make a script that copies several files from mounted backup to my computer (both in home but also in root).
When I mount the backup I can't do say:
sudo cp -R "/home/username/tmp_BORG/etc/"* /etc/
Because I would get permission denied, basically I can't do anything with sudo inside the mounted drive. How can I solve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I'm trying to make a script that copies several files from mounted backup to my computer (both in home but also in root).
When I mount the backup I can't do say:
Because I would get permission denied, basically I can't do anything with sudo inside the mounted drive. How can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions