diff --git a/backup.sh b/backup.sh index de1198d..58b4c92 100755 --- a/backup.sh +++ b/backup.sh @@ -96,7 +96,7 @@ do systemctl --user stop $unit >/dev/null echo "Starting backup..." - /usr/bin/rclone $Method $folder $Dest/$folder_name + /usr/bin/podman unshare /usr/bin/rclone $Method $folder $Dest/$folder_name echo "Starting unit..." systemctl --user start $unit >/dev/null